Html Css Color HEX #B94224 Medium Carmine

📋 copy color: '#B94224'

red 185 ◦ green 66 ◦ blue 36

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

Shades of Medium Carmine #B94224

Tints of Medium Carmine #B94224

RGB

 RED value IS 185 (72.66% from 255) = 64.46%

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

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 64.46%
G = 23%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B94224 (or 0xB94224) is known color: Medium Carmine. HEX triplet: B9, 42 and 24. RGB value is (185,66,36). Sum of RGB (Red+Green+Blue) = 185+66+36=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94224 is #46BDDB. Grayscale: #626262. Windows color (decimal): -4636124 or 2376377. OLE color: 2376377.

HSL color Cylindrical-coordinate representation of color #B94224: hue angle of 12.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B94224 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 36 -
CMYK 0 0.64 0.81 0.27
HSL 12.08º 0.67% 0.43% -
HSV(B) 12.08º 0.81% 0.73% -
XYZ 22.27 14.34 3.26 -
YUV 98.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 185 66 36 0 0.64 0.81 0.27 12.08 0.67 0.43
Hex B9 42 24 0 40 51 1B C 43 2B
Octal 271 102 44 0 100 121 33 14 103 53
Binary 10111001 1000010 100100 0 1000000 1010001 11011 1100 1000011 101011

Color Harmonies of #B94224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94224

Black with #B94224

Text Example


Text Example

White with #B94224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94224; }

 p { color: rgb(185,66,36); }

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

background-color css

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

 a { background-color: rgb(185,66,36); }

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

border-color css

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

 span { border-color: rgb(185,66,36); }

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