Html Css Color HEX #B8001B Venetian Red

📋 copy color: '#B8001B'

red 184 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #B8001B

Tints of Venetian Red #B8001B

RGB

 RED value IS 184 (72.27% from 255) = 87.2%

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 87.2%
G = 0%
B = 12.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8001B (or 0xB8001B) is known color: Venetian Red. HEX triplet: B8, 00 and 1B. RGB value is (184,0,27). Sum of RGB (Red+Green+Blue) = 184+0+27=211 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.20% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001B is #47FFE4. Grayscale: #3A3A3A. Windows color (decimal): -4718565 or 1769656. OLE color: 1769656.

HSL color Cylindrical-coordinate representation of color #B8001B: hue angle of 351.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8001B is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 27 -
CMYK 0 1 0.85 0.28
HSL 351.2º 1% 0.36% -
HSV(B) 351.2º 1% 0.72% -
XYZ 19.96 10.27 1.97 -
YUV 58.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 184 0 27 0 1 0.85 0.28 351.2 1 0.36
Hex B8 0 1B 0 64 55 1C 15F 64 24
Octal 270 0 33 0 144 125 34 537 144 44
Binary 10111000 0 11011 0 1100100 1010101 11100 101011111 1100100 100100

Color Harmonies of #B8001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8001B

Black with #B8001B

Text Example


Text Example

White with #B8001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8001B; }

 p { color: rgb(184,0,27); }

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

background-color css

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

 a { background-color: rgb(184,0,27); }

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

border-color css

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

 span { border-color: rgb(184,0,27); }

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