Html Css Color HEX #B10020 Carmine

📋 copy color: '#B10020'

red 177 ◦ green 0 ◦ blue 32

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

Shades of Carmine #B10020

Tints of Carmine #B10020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 84.69%
G = 0%
B = 15.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B10020 (or 0xB10020) is known color: Carmine. HEX triplet: B1, 00 and 20. RGB value is (177,0,32). Sum of RGB (Red+Green+Blue) = 177+0+32=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B10020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10020 is #4EFFDF. Grayscale: #383838. Windows color (decimal): -5177312 or 2097329. OLE color: 2097329.

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

Color convert

RGB 177 0 32 -
CMYK 0 1 0.82 0.31
HSL 349.15º 1% 0.35% -
HSV(B) 349.15º 1% 0.69% -
XYZ 18.39 9.45 2.22 -
YUV 56.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 177 0 32 0 1 0.82 0.31 349.15 1 0.35
Hex B1 0 20 0 64 52 1F 15D 64 23
Octal 261 0 40 0 144 122 37 535 144 43
Binary 10110001 0 100000 0 1100100 1010010 11111 101011101 1100100 100011

Color Harmonies of #B10020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10020

Black with #B10020

Text Example


Text Example

White with #B10020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10020; }

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

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

background-color css

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

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

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

border-color css

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

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

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