Html Css Color HEX #B1012B Carmine

📋 copy color: '#B1012B'

red 177 ◦ green 1 ◦ blue 43

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

Shades of Carmine #B1012B

Tints of Carmine #B1012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.46%

R = 80.09%
G = 0.45%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1012B (or 0xB1012B) is known color: Carmine. HEX triplet: B1, 01 and 2B. RGB value is (177,1,43). Sum of RGB (Red+Green+Blue) = 177+1+43=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1012B is #4EFED4. Grayscale: #3A3A3A. Windows color (decimal): -5177045 or 2818481. OLE color: 2818481.

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

Color convert

RGB 177 1 43 -
CMYK 0 0.99 0.76 0.31
HSL 345.68º 0.99% 0.35% -
HSV(B) 345.68º 0.99% 0.69% -
XYZ 18.58 9.54 3.15 -
YUV 58.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 177 1 43 0 0.99 0.76 0.31 345.68 0.99 0.35
Hex B1 1 2B 0 63 4C 1F 15A 63 23
Octal 261 1 53 0 143 114 37 532 143 43
Binary 10110001 1 101011 0 1100011 1001100 11111 101011010 1100011 100011

Color Harmonies of #B1012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1012B

Black with #B1012B

Text Example


Text Example

White with #B1012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1012B; }

 p { color: rgb(177,1,43); }

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

background-color css

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

 a { background-color: rgb(177,1,43); }

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

border-color css

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

 span { border-color: rgb(177,1,43); }

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