Html Css Color HEX #B0001A Carmine

📋 copy color: '#B0001A'

red 176 ◦ green 0 ◦ blue 26

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

Shades of Carmine #B0001A

Tints of Carmine #B0001A

RGB

 RED value IS 176 (69.14% from 255) = 87.13%

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 87.13%
G = 0%
B = 12.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0001A (or 0xB0001A) is known color: Carmine. HEX triplet: B0, 00 and 1A. RGB value is (176,0,26). Sum of RGB (Red+Green+Blue) = 176+0+26=202 (26% of max value = 765). Red value is 176 (69.14% from 255 or 87.13% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 176 - color contains mainly: red. Hex color #B0001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0001A is #4FFFE5. Grayscale: #373737. Windows color (decimal): -5242854 or 1704112. OLE color: 1704112.

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

Color convert

RGB 176 0 26 -
CMYK 0 1 0.85 0.31
HSL 351.14º 1% 0.35% -
HSV(B) 351.14º 1% 0.69% -
XYZ 18.09 9.3 1.82 -
YUV 55.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 176 0 26 0 1 0.85 0.31 351.14 1 0.35
Hex B0 0 1A 0 64 55 1F 15F 64 23
Octal 260 0 32 0 144 125 37 537 144 43
Binary 10110000 0 11010 0 1100100 1010101 11111 101011111 1100100 100011

Color Harmonies of #B0001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0001A

Black with #B0001A

Text Example


Text Example

White with #B0001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0001A; }

 p { color: rgb(176,0,26); }

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

background-color css

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

 a { background-color: rgb(176,0,26); }

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

border-color css

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

 span { border-color: rgb(176,0,26); }

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