Html Css Color HEX #B00129 Carmine

📋 copy color: '#B00129'

red 176 ◦ green 1 ◦ blue 41

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

Shades of Carmine #B00129

Tints of Carmine #B00129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 80.73%
G = 0.46%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B00129 (or 0xB00129) is known color: Carmine. HEX triplet: B0, 01 and 29. RGB value is (176,1,41). Sum of RGB (Red+Green+Blue) = 176+1+41=218 (28% of max value = 765). Red value is 176 (69.14% from 255 or 80.73% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 176 - color contains mainly: red. Hex color #B00129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00129 is #4FFED6. Grayscale: #393939. Windows color (decimal): -5242583 or 2687408. OLE color: 2687408.

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

Color convert

RGB 176 1 41 -
CMYK 0 0.99 0.77 0.31
HSL 346.29º 0.99% 0.35% -
HSV(B) 346.29º 0.99% 0.69% -
XYZ 18.32 9.41 2.95 -
YUV 57.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 176 1 41 0 0.99 0.77 0.31 346.29 0.99 0.35
Hex B0 1 29 0 63 4D 1F 15A 63 23
Octal 260 1 51 0 143 115 37 532 143 43
Binary 10110000 1 101001 0 1100011 1001101 11111 101011010 1100011 100011

Color Harmonies of #B00129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00129

Black with #B00129

Text Example


Text Example

White with #B00129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00129; }

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

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

background-color css

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

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

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

border-color css

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

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

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