Html Css Color HEX #B04028 Medium Carmine

📋 copy color: '#B04028'

red 176 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B04028

Tints of Medium Carmine #B04028

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

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

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

R = 62.86%
G = 22.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B04028 (or 0xB04028) is known color: Medium Carmine. HEX triplet: B0, 40 and 28. RGB value is (176,64,40). Sum of RGB (Red+Green+Blue) = 176+64+40=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B04028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04028 is #4FBFD7. Grayscale: #5E5E5E. Windows color (decimal): -5226456 or 2638000. OLE color: 2638000.

HSL color Cylindrical-coordinate representation of color #B04028: hue angle of 10.59º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B04028 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 40 -
CMYK 0 0.64 0.77 0.31
HSL 10.59º 0.63% 0.42% -
HSV(B) 10.59º 0.77% 0.69% -
XYZ 20.12 13.05 3.47 -
YUV 94.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 176 64 40 0 0.64 0.77 0.31 10.59 0.63 0.42
Hex B0 40 28 0 40 4D 1F B 3F 2A
Octal 260 100 50 0 100 115 37 13 77 52
Binary 10110000 1000000 101000 0 1000000 1001101 11111 1011 111111 101010

Color Harmonies of #B04028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04028

Black with #B04028

Text Example


Text Example

White with #B04028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04028; }

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

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

background-color css

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

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

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

border-color css

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

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

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