Html Css Color HEX #B8020D Venetian Red

📋 copy color: '#B8020D'

red 184 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #B8020D

Tints of Venetian Red #B8020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 92.46%
G = 1.01%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8020D (or 0xB8020D) is known color: Venetian Red. HEX triplet: B8, 02 and 0D. RGB value is (184,2,13). Sum of RGB (Red+Green+Blue) = 184+2+13=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B8020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8020D is #47FDF2. Grayscale: #393939. Windows color (decimal): -4718067 or 852664. OLE color: 852664.

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

Color convert

RGB 184 2 13 -
CMYK 0 0.99 0.93 0.28
HSL 356.37º 0.98% 0.36% -
HSV(B) 356.37º 0.99% 0.72% -
XYZ 19.86 10.26 1.31 -
YUV 57.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 184 2 13 0 0.99 0.93 0.28 356.37 0.98 0.36
Hex B8 2 D 0 63 5D 1C 164 62 24
Octal 270 2 15 0 143 135 34 544 142 44
Binary 10111000 10 1101 0 1100011 1011101 11100 101100100 1100010 100100

Color Harmonies of #B8020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8020D

Black with #B8020D

Text Example


Text Example

White with #B8020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8020D; }

 p { color: rgb(184,2,13); }

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

background-color css

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

 a { background-color: rgb(184,2,13); }

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

border-color css

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

 span { border-color: rgb(184,2,13); }

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