Html Css Color HEX #B03921 Medium Carmine

📋 copy color: '#B03921'

red 176 ◦ green 57 ◦ blue 33

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

Shades of Medium Carmine #B03921

Tints of Medium Carmine #B03921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 66.17%
G = 21.43%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03921 (or 0xB03921) is known color: Medium Carmine. HEX triplet: B0, 39 and 21. RGB value is (176,57,33). Sum of RGB (Red+Green+Blue) = 176+57+33=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03921 is #4FC6DE. Grayscale: #5A5A5A. Windows color (decimal): -5228255 or 2177456. OLE color: 2177456.

HSL color Cylindrical-coordinate representation of color #B03921: hue angle of 10.07º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B03921 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 33 -
CMYK 0 0.68 0.81 0.31
HSL 10.07º 0.68% 0.41% -
HSV(B) 10.07º 0.81% 0.69% -
XYZ 19.64 12.27 2.77 -
YUV 89.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 176 57 33 0 0.68 0.81 0.31 10.07 0.68 0.41
Hex B0 39 21 0 44 51 1F A 44 29
Octal 260 71 41 0 104 121 37 12 104 51
Binary 10110000 111001 100001 0 1000100 1010001 11111 1010 1000100 101001

Color Harmonies of #B03921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03921

Black with #B03921

Text Example


Text Example

White with #B03921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03921; }

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

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

background-color css

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

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

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

border-color css

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

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

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