Html Css Color HEX #B24640 Medium Carmine

📋 copy color: '#B24640'

red 178 ◦ green 70 ◦ blue 64

#B24640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B24640

Tints of Medium Carmine #B24640

RGB

 RED value IS 178 (69.92% from 255) = 57.05%

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 57.05%
G = 22.44%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B24640 (or 0xB24640) is known color: Medium Carmine. HEX triplet: B2, 46 and 40. RGB value is (178,70,64). Sum of RGB (Red+Green+Blue) = 178+70+64=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B24640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24640 is #4DB9BF. Grayscale: #656565. Windows color (decimal): -5093824 or 4212402. OLE color: 4212402.

HSL color Cylindrical-coordinate representation of color #B24640: hue angle of 3.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24640 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 64 -
CMYK 0 0.61 0.64 0.30
HSL 3.16º 0.47% 0.47% -
HSV(B) 3.16º 0.64% 0.7% -
XYZ 21.48 14.22 6.46 -
YUV 101.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 178 70 64 0 0.61 0.64 0.30 3.16 0.47 0.47
Hex B2 46 40 0 3D 40 1E 3 2F 2F
Octal 262 106 100 0 75 100 36 3 57 57
Binary 10110010 1000110 1000000 0 111101 1000000 11110 11 101111 101111

Color Harmonies of #B24640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24640

Black with #B24640

Text Example


Text Example

White with #B24640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24640; }

 p { color: rgb(178,70,64); }

 H1.HeaderClassName
 {
   color: #B24640;
 }
 .AnyTagClassName
 {
   color: #B24640;
 }
</style>

background-color css

<style>
 a { background-color: #B24640; }

 a { background-color: rgb(178,70,64); }

 div.DivClassName
 {
   background-color: #B24640;
 }
 .BgClassName
 {
   background-color: #B24640;
 }
</style>

border-color css

<style>
 span { border-color: #B24640; }

 span { border-color: rgb(178,70,64); }

 td.TdClassName
 {
   border-color: #B24640;
 }
 .TagClassName
 {
   border-color: #B24640;
 }
</style>