Html Css Color HEX #B1022A Carmine

📋 copy color: '#B1022A'

red 177 ◦ green 2 ◦ blue 42

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

Shades of Carmine #B1022A

Tints of Carmine #B1022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 80.09%
G = 0.9%
B = 19%

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

#B1022A (or 0xB1022A) is known color: Carmine. HEX triplet: B1, 02 and 2A. RGB value is (177,2,42). Sum of RGB (Red+Green+Blue) = 177+2+42=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1022A is #4EFDD5. Grayscale: #3A3A3A. Windows color (decimal): -5176790 or 2753201. OLE color: 2753201.

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

Color convert

RGB 177 2 42 -
CMYK 0 0.99 0.76 0.31
HSL 346.29º 0.98% 0.35% -
HSV(B) 346.29º 0.99% 0.69% -
XYZ 18.57 9.56 3.06 -
YUV 58.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 177 2 42 0 0.99 0.76 0.31 346.29 0.98 0.35
Hex B1 2 2A 0 63 4C 1F 15A 62 23
Octal 261 2 52 0 143 114 37 532 142 43
Binary 10110001 10 101010 0 1100011 1001100 11111 101011010 1100010 100011

Color Harmonies of #B1022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1022A

Black with #B1022A

Text Example


Text Example

White with #B1022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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