Html Css Color HEX #B00120 Carmine

📋 copy color: '#B00120'

red 176 ◦ green 1 ◦ blue 32

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

Shades of Carmine #B00120

Tints of Carmine #B00120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 84.21%
G = 0.48%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B00120 (or 0xB00120) is known color: Carmine. HEX triplet: B0, 01 and 20. RGB value is (176,1,32). Sum of RGB (Red+Green+Blue) = 176+1+32=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B00120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00120 is #4FFEDF. Grayscale: #383838. Windows color (decimal): -5242592 or 2097584. OLE color: 2097584.

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

Color convert

RGB 176 1 32 -
CMYK 0 0.99 0.82 0.31
HSL 349.37º 0.99% 0.35% -
HSV(B) 349.37º 0.99% 0.69% -
XYZ 18.18 9.36 2.21 -
YUV 56.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 176 1 32 0 0.99 0.82 0.31 349.37 0.99 0.35
Hex B0 1 20 0 63 52 1F 15D 63 23
Octal 260 1 40 0 143 122 37 535 143 43
Binary 10110000 1 100000 0 1100011 1010010 11111 101011101 1100011 100011

Color Harmonies of #B00120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00120

Black with #B00120

Text Example


Text Example

White with #B00120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00120; }

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

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

background-color css

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

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

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

border-color css

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

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

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