Html Css Color HEX #B10029 Carmine

📋 copy color: '#B10029'

red 177 ◦ green 0 ◦ blue 41

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

Shades of Carmine #B10029

Tints of Carmine #B10029

RGB

 RED value IS 177 (69.53% from 255) = 81.19%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.19%
G = 0%
B = 18.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B10029 (or 0xB10029) is known color: Carmine. HEX triplet: B1, 00 and 29. RGB value is (177,0,41). Sum of RGB (Red+Green+Blue) = 177+0+41=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B10029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10029 is #4EFFD6. Grayscale: #393939. Windows color (decimal): -5177303 or 2687153. OLE color: 2687153.

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

Color convert

RGB 177 0 41 -
CMYK 0 1 0.77 0.31
HSL 346.1º 1% 0.35% -
HSV(B) 346.1º 1% 0.69% -
XYZ 18.53 9.51 2.96 -
YUV 57.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 177 0 41 0 1 0.77 0.31 346.1 1 0.35
Hex B1 0 29 0 64 4D 1F 15A 64 23
Octal 261 0 51 0 144 115 37 532 144 43
Binary 10110001 0 101001 0 1100100 1001101 11111 101011010 1100100 100011

Color Harmonies of #B10029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10029

Black with #B10029

Text Example


Text Example

White with #B10029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10029; }

 p { color: rgb(177,0,41); }

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

background-color css

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

 a { background-color: rgb(177,0,41); }

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

border-color css

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

 span { border-color: rgb(177,0,41); }

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