Html Css Color HEX #B1002C Carmine

📋 copy color: '#B1002C'

red 177 ◦ green 0 ◦ blue 44

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

Shades of Carmine #B1002C

Tints of Carmine #B1002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 80.09%
G = 0%
B = 19.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1002C (or 0xB1002C) is known color: Carmine. HEX triplet: B1, 00 and 2C. RGB value is (177,0,44). Sum of RGB (Red+Green+Blue) = 177+0+44=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1002C is #4EFFD3. Grayscale: #393939. Windows color (decimal): -5177300 or 2883761. OLE color: 2883761.

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

Color convert

RGB 177 0 44 -
CMYK 0 1 0.75 0.31
HSL 345.08º 1% 0.35% -
HSV(B) 345.08º 1% 0.69% -
XYZ 18.59 9.53 3.24 -
YUV 57.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 177 0 44 0 1 0.75 0.31 345.08 1 0.35
Hex B1 0 2C 0 64 4B 1F 159 64 23
Octal 261 0 54 0 144 113 37 531 144 43
Binary 10110001 0 101100 0 1100100 1001011 11111 101011001 1100100 100011

Color Harmonies of #B1002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1002C

Black with #B1002C

Text Example


Text Example

White with #B1002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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