Html Css Color HEX #B24226 Medium Carmine

📋 copy color: '#B24226'

red 178 ◦ green 66 ◦ blue 38

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

Shades of Medium Carmine #B24226

Tints of Medium Carmine #B24226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 63.12%
G = 23.4%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B24226 (or 0xB24226) is known color: Medium Carmine. HEX triplet: B2, 42 and 26. RGB value is (178,66,38). Sum of RGB (Red+Green+Blue) = 178+66+38=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B24226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24226 is #4DBDD9. Grayscale: #606060. Windows color (decimal): -5094874 or 2507442. OLE color: 2507442.

HSL color Cylindrical-coordinate representation of color #B24226: hue angle of 12º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B24226 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 38 -
CMYK 0 0.63 0.79 0.30
HSL 12º 0.65% 0.42% -
HSV(B) 12º 0.79% 0.7% -
XYZ 20.66 13.5 3.35 -
YUV 96.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 178 66 38 0 0.63 0.79 0.30 12 0.65 0.42
Hex B2 42 26 0 3F 4F 1E C 41 2A
Octal 262 102 46 0 77 117 36 14 101 52
Binary 10110010 1000010 100110 0 111111 1001111 11110 1100 1000001 101010

Color Harmonies of #B24226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24226

Black with #B24226

Text Example


Text Example

White with #B24226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24226; }

 p { color: rgb(178,66,38); }

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

background-color css

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

 a { background-color: rgb(178,66,38); }

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

border-color css

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

 span { border-color: rgb(178,66,38); }

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