Html Css Color HEX #B94225 Medium Carmine

📋 copy color: '#B94225'

red 185 ◦ green 66 ◦ blue 37

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

Shades of Medium Carmine #B94225

Tints of Medium Carmine #B94225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 64.24%
G = 22.92%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B94225 (or 0xB94225) is known color: Medium Carmine. HEX triplet: B9, 42 and 25. RGB value is (185,66,37). Sum of RGB (Red+Green+Blue) = 185+66+37=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B94225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94225 is #46BDDA. Grayscale: #626262. Windows color (decimal): -4636123 or 2441913. OLE color: 2441913.

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

Color convert

RGB 185 66 37 -
CMYK 0 0.64 0.80 0.27
HSL 11.76º 0.67% 0.44% -
HSV(B) 11.76º 0.8% 0.73% -
XYZ 22.29 14.34 3.34 -
YUV 98.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 185 66 37 0 0.64 0.80 0.27 11.76 0.67 0.44
Hex B9 42 25 0 40 50 1B C 43 2C
Octal 271 102 45 0 100 120 33 14 103 54
Binary 10111001 1000010 100101 0 1000000 1010000 11011 1100 1000011 101100

Color Harmonies of #B94225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94225

Black with #B94225

Text Example


Text Example

White with #B94225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94225; }

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

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

background-color css

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

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

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

border-color css

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

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

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