Html Css Color HEX #B1012A Carmine

📋 copy color: '#B1012A'

red 177 ◦ green 1 ◦ blue 42

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

Shades of Carmine #B1012A

Tints of Carmine #B1012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 80.45%
G = 0.45%
B = 19.09%

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

#B1012A (or 0xB1012A) is known color: Carmine. HEX triplet: B1, 01 and 2A. RGB value is (177,1,42). Sum of RGB (Red+Green+Blue) = 177+1+42=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B1012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1012A is #4EFED5. Grayscale: #3A3A3A. Windows color (decimal): -5177046 or 2752945. OLE color: 2752945.

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

Color convert

RGB 177 1 42 -
CMYK 0 0.99 0.76 0.31
HSL 346.02º 0.99% 0.35% -
HSV(B) 346.02º 0.99% 0.69% -
XYZ 18.56 9.54 3.05 -
YUV 58.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 177 1 42 0 0.99 0.76 0.31 346.02 0.99 0.35
Hex B1 1 2A 0 63 4C 1F 15A 63 23
Octal 261 1 52 0 143 114 37 532 143 43
Binary 10110001 1 101010 0 1100011 1001100 11111 101011010 1100011 100011

Color Harmonies of #B1012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1012A

Black with #B1012A

Text Example


Text Example

White with #B1012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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