Html Css Color HEX #B94028 Medium Carmine

📋 copy color: '#B94028'

red 185 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B94028

Tints of Medium Carmine #B94028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 64.01%
G = 22.15%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94028 (or 0xB94028) is known color: Medium Carmine. HEX triplet: B9, 40 and 28. RGB value is (185,64,40). Sum of RGB (Red+Green+Blue) = 185+64+40=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94028 is #46BFD7. Grayscale: #616161. Windows color (decimal): -4636632 or 2638009. OLE color: 2638009.

HSL color Cylindrical-coordinate representation of color #B94028: hue angle of 9.93º 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 #B94028 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 40 -
CMYK 0 0.65 0.78 0.27
HSL 9.93º 0.64% 0.44% -
HSV(B) 9.93º 0.78% 0.73% -
XYZ 22.22 14.13 3.56 -
YUV 97.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 185 64 40 0 0.65 0.78 0.27 9.93 0.64 0.44
Hex B9 40 28 0 41 4E 1B A 40 2C
Octal 271 100 50 0 101 116 33 12 100 54
Binary 10111001 1000000 101000 0 1000001 1001110 11011 1010 1000000 101100

Color Harmonies of #B94028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94028

Black with #B94028

Text Example


Text Example

White with #B94028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94028; }

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

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

background-color css

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

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

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

border-color css

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

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

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