Html Css Color HEX #B94228 Medium Carmine

📋 copy color: '#B94228'

red 185 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #B94228

Tints of Medium Carmine #B94228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 63.57%
G = 22.68%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94228 (or 0xB94228) is known color: Medium Carmine. HEX triplet: B9, 42 and 28. RGB value is (185,66,40). Sum of RGB (Red+Green+Blue) = 185+66+40=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B94228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94228 is #46BDD7. Grayscale: #626262. Windows color (decimal): -4636120 or 2638521. OLE color: 2638521.

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

Color convert

RGB 185 66 40 -
CMYK 0 0.64 0.78 0.27
HSL 10.76º 0.64% 0.44% -
HSV(B) 10.76º 0.78% 0.73% -
XYZ 22.34 14.36 3.6 -
YUV 98.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 185 66 40 0 0.64 0.78 0.27 10.76 0.64 0.44
Hex B9 42 28 0 40 4E 1B B 40 2C
Octal 271 102 50 0 100 116 33 13 100 54
Binary 10111001 1000010 101000 0 1000000 1001110 11011 1011 1000000 101100

Color Harmonies of #B94228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94228

Black with #B94228

Text Example


Text Example

White with #B94228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94228; }

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

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

background-color css

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

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

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

border-color css

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

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

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