Html Css Color HEX #BD0816 Venetian Red

📋 copy color: '#BD0816'

red 189 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #BD0816

Tints of Venetian Red #BD0816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 86.3%
G = 3.65%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0816 (or 0xBD0816) is known color: Venetian Red. HEX triplet: BD, 08 and 16. RGB value is (189,8,22). Sum of RGB (Red+Green+Blue) = 189+8+22=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0816 is #42F7E9. Grayscale: #3F3F3F. Windows color (decimal): -4388842 or 1444029. OLE color: 1444029.

HSL color Cylindrical-coordinate representation of color #BD0816: hue angle of 355.36º 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 #BD0816 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 22 -
CMYK 0 0.96 0.88 0.26
HSL 355.36º 0.92% 0.39% -
HSV(B) 355.36º 0.96% 0.74% -
XYZ 21.22 11.05 1.77 -
YUV 63.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 189 8 22 0 0.96 0.88 0.26 355.36 0.92 0.39
Hex BD 8 16 0 60 58 1A 163 5C 27
Octal 275 10 26 0 140 130 32 543 134 47
Binary 10111101 1000 10110 0 1100000 1011000 11010 101100011 1011100 100111

Color Harmonies of #BD0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0816

Black with #BD0816

Text Example


Text Example

White with #BD0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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