Html Css Color HEX #B03920 Medium Carmine

📋 copy color: '#B03920'

red 176 ◦ green 57 ◦ blue 32

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

Shades of Medium Carmine #B03920

Tints of Medium Carmine #B03920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 66.42%
G = 21.51%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03920 (or 0xB03920) is known color: Medium Carmine. HEX triplet: B0, 39 and 20. RGB value is (176,57,32). Sum of RGB (Red+Green+Blue) = 176+57+32=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B03920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03920 is #4FC6DF. Grayscale: #595959. Windows color (decimal): -5228256 or 2111920. OLE color: 2111920.

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

Color convert

RGB 176 57 32 -
CMYK 0 0.68 0.82 0.31
HSL 10.42º 0.69% 0.41% -
HSV(B) 10.42º 0.82% 0.69% -
XYZ 19.63 12.26 2.7 -
YUV 89.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 176 57 32 0 0.68 0.82 0.31 10.42 0.69 0.41
Hex B0 39 20 0 44 52 1F A 45 29
Octal 260 71 40 0 104 122 37 12 105 51
Binary 10110000 111001 100000 0 1000100 1010010 11111 1010 1000101 101001

Color Harmonies of #B03920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03920

Black with #B03920

Text Example


Text Example

White with #B03920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03920; }

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

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

background-color css

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

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

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

border-color css

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

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

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