Html Css Color HEX #BD0814 Venetian Red

📋 copy color: '#BD0814'

red 189 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #BD0814

Tints of Venetian Red #BD0814

RGB

 RED value IS 189 (74.22% from 255) = 87.1%

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 87.1%
G = 3.69%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0814 (or 0xBD0814) is known color: Venetian Red. HEX triplet: BD, 08 and 14. RGB value is (189,8,20). Sum of RGB (Red+Green+Blue) = 189+8+20=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0814 is #42F7EB. Grayscale: #3F3F3F. Windows color (decimal): -4388844 or 1312957. OLE color: 1312957.

HSL color Cylindrical-coordinate representation of color #BD0814: hue angle of 356.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0814 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 20 -
CMYK 0 0.96 0.89 0.26
HSL 356.02º 0.92% 0.39% -
HSV(B) 356.02º 0.96% 0.74% -
XYZ 21.2 11.04 1.68 -
YUV 63.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 189 8 20 0 0.96 0.89 0.26 356.02 0.92 0.39
Hex BD 8 14 0 60 59 1A 164 5C 27
Octal 275 10 24 0 140 131 32 544 134 47
Binary 10111101 1000 10100 0 1100000 1011001 11010 101100100 1011100 100111

Color Harmonies of #BD0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0814

Black with #BD0814

Text Example


Text Example

White with #BD0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0814; }

 p { color: rgb(189,8,20); }

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

background-color css

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

 a { background-color: rgb(189,8,20); }

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

border-color css

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

 span { border-color: rgb(189,8,20); }

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