Html Css Color HEX #B8001A Venetian Red

📋 copy color: '#B8001A'

red 184 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #B8001A

Tints of Venetian Red #B8001A

RGB

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

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

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

R = 87.62%
G = 0%
B = 12.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8001A (or 0xB8001A) is known color: Venetian Red. HEX triplet: B8, 00 and 1A. RGB value is (184,0,26). Sum of RGB (Red+Green+Blue) = 184+0+26=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B8001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8001A is #47FFE5. Grayscale: #3A3A3A. Windows color (decimal): -4718566 or 1704120. OLE color: 1704120.

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

Color convert

RGB 184 0 26 -
CMYK 0 1 0.86 0.28
HSL 351.52º 1% 0.36% -
HSV(B) 351.52º 1% 0.72% -
XYZ 19.95 10.26 1.91 -
YUV 57.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 184 0 26 0 1 0.86 0.28 351.52 1 0.36
Hex B8 0 1A 0 64 56 1C 160 64 24
Octal 270 0 32 0 144 126 34 540 144 44
Binary 10111000 0 11010 0 1100100 1010110 11100 101100000 1100100 100100

Color Harmonies of #B8001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8001A

Black with #B8001A

Text Example


Text Example

White with #B8001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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