Html Css Color HEX #B00329 Carmine

📋 copy color: '#B00329'

red 176 ◦ green 3 ◦ blue 41

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

Shades of Carmine #B00329

Tints of Carmine #B00329

RGB

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

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

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

R = 80%
G = 1.36%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B00329 (or 0xB00329) is known color: Carmine. HEX triplet: B0, 03 and 29. RGB value is (176,3,41). Sum of RGB (Red+Green+Blue) = 176+3+41=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B00329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00329 is #4FFCD6. Grayscale: #3B3B3B. Windows color (decimal): -5242071 or 2687920. OLE color: 2687920.

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

Color convert

RGB 176 3 41 -
CMYK 0 0.98 0.77 0.31
HSL 346.82º 0.97% 0.35% -
HSV(B) 346.82º 0.98% 0.69% -
XYZ 18.34 9.46 2.96 -
YUV 59.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 176 3 41 0 0.98 0.77 0.31 346.82 0.97 0.35
Hex B0 3 29 0 62 4D 1F 15B 61 23
Octal 260 3 51 0 142 115 37 533 141 43
Binary 10110000 11 101001 0 1100010 1001101 11111 101011011 1100001 100011

Color Harmonies of #B00329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00329

Black with #B00329

Text Example


Text Example

White with #B00329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00329; }

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

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

background-color css

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

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

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

border-color css

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

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

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