Html Css Color HEX #B00322 Carmine

📋 copy color: '#B00322'

red 176 ◦ green 3 ◦ blue 34

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

Shades of Carmine #B00322

Tints of Carmine #B00322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 82.63%
G = 1.41%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B00322 (or 0xB00322) is known color: Carmine. HEX triplet: B0, 03 and 22. RGB value is (176,3,34). Sum of RGB (Red+Green+Blue) = 176+3+34=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B00322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00322 is #4FFCDD. Grayscale: #3A3A3A. Windows color (decimal): -5242078 or 2229168. OLE color: 2229168.

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

Color convert

RGB 176 3 34 -
CMYK 0 0.98 0.81 0.31
HSL 349.25º 0.97% 0.35% -
HSV(B) 349.25º 0.98% 0.69% -
XYZ 18.23 9.41 2.37 -
YUV 58.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 176 3 34 0 0.98 0.81 0.31 349.25 0.97 0.35
Hex B0 3 22 0 62 51 1F 15D 61 23
Octal 260 3 42 0 142 121 37 535 141 43
Binary 10110000 11 100010 0 1100010 1010001 11111 101011101 1100001 100011

Color Harmonies of #B00322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00322

Black with #B00322

Text Example


Text Example

White with #B00322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00322; }

 p { color: rgb(176,3,34); }

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

background-color css

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

 a { background-color: rgb(176,3,34); }

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

border-color css

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

 span { border-color: rgb(176,3,34); }

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