Html Css Color HEX #B03928 Medium Carmine

📋 copy color: '#B03928'

red 176 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #B03928

Tints of Medium Carmine #B03928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 64.47%
G = 20.88%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03928 (or 0xB03928) is known color: Medium Carmine. HEX triplet: B0, 39 and 28. RGB value is (176,57,40). Sum of RGB (Red+Green+Blue) = 176+57+40=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03928 is #4FC6D7. Grayscale: #5A5A5A. Windows color (decimal): -5228248 or 2636208. OLE color: 2636208.

HSL color Cylindrical-coordinate representation of color #B03928: hue angle of 7.5º 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 #B03928 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 40 -
CMYK 0 0.68 0.77 0.31
HSL 7.5º 0.63% 0.42% -
HSV(B) 7.5º 0.77% 0.69% -
XYZ 19.75 12.31 3.34 -
YUV 90.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 176 57 40 0 0.68 0.77 0.31 7.5 0.63 0.42
Hex B0 39 28 0 44 4D 1F 8 3F 2A
Octal 260 71 50 0 104 115 37 10 77 52
Binary 10110000 111001 101000 0 1000100 1001101 11111 1000 111111 101010

Color Harmonies of #B03928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03928

Black with #B03928

Text Example


Text Example

White with #B03928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03928; }

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

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

background-color css

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

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

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

border-color css

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

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

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