Html Css Color HEX #B00529 Carmine

📋 copy color: '#B00529'

red 176 ◦ green 5 ◦ blue 41

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

Shades of Carmine #B00529

Tints of Carmine #B00529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 79.28%
G = 2.25%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B00529 (or 0xB00529) is known color: Carmine. HEX triplet: B0, 05 and 29. RGB value is (176,5,41). Sum of RGB (Red+Green+Blue) = 176+5+41=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B00529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00529 is #4FFAD6. Grayscale: #3C3C3C. Windows color (decimal): -5241559 or 2688432. OLE color: 2688432.

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

Color convert

RGB 176 5 41 -
CMYK 0 0.97 0.77 0.31
HSL 347.37º 0.94% 0.35% -
HSV(B) 347.37º 0.97% 0.69% -
XYZ 18.36 9.5 2.96 -
YUV 60.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 176 5 41 0 0.97 0.77 0.31 347.37 0.94 0.35
Hex B0 5 29 0 61 4D 1F 15B 5E 23
Octal 260 5 51 0 141 115 37 533 136 43
Binary 10110000 101 101001 0 1100001 1001101 11111 101011011 1011110 100011

Color Harmonies of #B00529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00529

Black with #B00529

Text Example


Text Example

White with #B00529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00529; }

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

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

background-color css

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

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

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

border-color css

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

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

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