Html Css Color HEX #B00521 Carmine

📋 copy color: '#B00521'

red 176 ◦ green 5 ◦ blue 33

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

Shades of Carmine #B00521

Tints of Carmine #B00521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 82.24%
G = 2.34%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B00521 (or 0xB00521) is known color: Carmine. HEX triplet: B0, 05 and 21. RGB value is (176,5,33). Sum of RGB (Red+Green+Blue) = 176+5+33=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B00521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00521 is #4FFADE. Grayscale: #3B3B3B. Windows color (decimal): -5241567 or 2164144. OLE color: 2164144.

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

Color convert

RGB 176 5 33 -
CMYK 0 0.97 0.81 0.31
HSL 350.18º 0.94% 0.35% -
HSV(B) 350.18º 0.97% 0.69% -
XYZ 18.23 9.45 2.3 -
YUV 59.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 176 5 33 0 0.97 0.81 0.31 350.18 0.94 0.35
Hex B0 5 21 0 61 51 1F 15E 5E 23
Octal 260 5 41 0 141 121 37 536 136 43
Binary 10110000 101 100001 0 1100001 1010001 11111 101011110 1011110 100011

Color Harmonies of #B00521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00521

Black with #B00521

Text Example


Text Example

White with #B00521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00521; }

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

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

background-color css

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

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

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

border-color css

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

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

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