Html Css Color HEX #B0022C Carmine

📋 copy color: '#B0022C'

red 176 ◦ green 2 ◦ blue 44

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

Shades of Carmine #B0022C

Tints of Carmine #B0022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 79.28%
G = 0.9%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0022C (or 0xB0022C) is known color: Carmine. HEX triplet: B0, 02 and 2C. RGB value is (176,2,44). Sum of RGB (Red+Green+Blue) = 176+2+44=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0022C is #4FFDD3. Grayscale: #3A3A3A. Windows color (decimal): -5242324 or 2884272. OLE color: 2884272.

HSL color Cylindrical-coordinate representation of color #B0022C: hue angle of 345.52º degrees, saturation: 0.98, 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 #B0022C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 44 -
CMYK 0 0.99 0.75 0.31
HSL 345.52º 0.98% 0.35% -
HSV(B) 345.52º 0.99% 0.69% -
XYZ 18.38 9.46 3.24 -
YUV 58.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 176 2 44 0 0.99 0.75 0.31 345.52 0.98 0.35
Hex B0 2 2C 0 63 4B 1F 15A 62 23
Octal 260 2 54 0 143 113 37 532 142 43
Binary 10110000 10 101100 0 1100011 1001011 11111 101011010 1100010 100011

Color Harmonies of #B0022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0022C

Black with #B0022C

Text Example


Text Example

White with #B0022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0022C; }

 p { color: rgb(176,2,44); }

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

background-color css

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

 a { background-color: rgb(176,2,44); }

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

border-color css

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

 span { border-color: rgb(176,2,44); }

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