Html Css Color HEX #B00321 Carmine

📋 copy color: '#B00321'

red 176 ◦ green 3 ◦ blue 33

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

Shades of Carmine #B00321

Tints of Carmine #B00321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 83.02%
G = 1.42%
B = 15.57%

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

#B00321 (or 0xB00321) is known color: Carmine. HEX triplet: B0, 03 and 21. RGB value is (176,3,33). Sum of RGB (Red+Green+Blue) = 176+3+33=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B00321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00321 is #4FFCDE. Grayscale: #3A3A3A. Windows color (decimal): -5242079 or 2163632. OLE color: 2163632.

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

Color convert

RGB 176 3 33 -
CMYK 0 0.98 0.81 0.31
HSL 349.6º 0.97% 0.35% -
HSV(B) 349.6º 0.98% 0.69% -
XYZ 18.21 9.41 2.29 -
YUV 58.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 176 3 33 0 0.98 0.81 0.31 349.6 0.97 0.35
Hex B0 3 21 0 62 51 1F 15E 61 23
Octal 260 3 41 0 142 121 37 536 141 43
Binary 10110000 11 100001 0 1100010 1010001 11111 101011110 1100001 100011

Color Harmonies of #B00321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00321

Black with #B00321

Text Example


Text Example

White with #B00321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00321; }

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

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

background-color css

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

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

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

border-color css

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

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

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