Html Css Color HEX #B0022F Carmine

📋 copy color: '#B0022F'

red 176 ◦ green 2 ◦ blue 47

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

Shades of Carmine #B0022F

Tints of Carmine #B0022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 78.22%
G = 0.89%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0022F (or 0xB0022F) is known color: Carmine. HEX triplet: B0, 02 and 2F. RGB value is (176,2,47). Sum of RGB (Red+Green+Blue) = 176+2+47=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0022F is #4FFDD0. Grayscale: #3B3B3B. Windows color (decimal): -5242321 or 3080880. OLE color: 3080880.

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

Color convert

RGB 176 2 47 -
CMYK 0 0.99 0.73 0.31
HSL 344.48º 0.98% 0.35% -
HSV(B) 344.48º 0.99% 0.69% -
XYZ 18.44 9.48 3.55 -
YUV 59.16 121.15 211.34 -
System Red Green Blue C M Y K H S L
Decimal 176 2 47 0 0.99 0.73 0.31 344.48 0.98 0.35
Hex B0 2 2F 0 63 49 1F 158 62 23
Octal 260 2 57 0 143 111 37 530 142 43
Binary 10110000 10 101111 0 1100011 1001001 11111 101011000 1100010 100011

Color Harmonies of #B0022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0022F

Black with #B0022F

Text Example


Text Example

White with #B0022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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