#B8001C

Color #B8001C Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B8001C

Tints of Venetian Red #B8001C

Color information

#B8001C (or 0xB8001C) is unknown color: approx Venetian Red. HEX triplet: B8, 00 and 1C. RGB value is (184,0,28). Sum of RGB (Red+Green+Blue) = 184+0+28=212 (28% of max value = 765). Red value is 184 (72.27% from 255 or 86.79% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001C is #47FFE3. Grayscale: #3A3A3A. Windows color (decimal): -4718564 or 1835192. OLE color: 1835192.

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

Color convert

RGB184028-
CMYK010.850.28
HSL350.87º100%36.08%-
HSV(B)350.87º100%72.16%-
XYZ19.9810.272.03-
YUV58.21110.96217.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 86.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=86.79%
G=0%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184028010.850.28350.8710036.08
HexB801C064551C15f6424
Octal27003401441253453714444
Binary10111000011100011001001010101111001010111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8001C; }

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

 H1.HeaderClassName
 {
   color: #B8001C;
 }
 .AnyTagClassName
 {
   color: #B8001C;
 }
</style>
background-color css

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

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

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

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

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

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