Html Css Color HEX #BD0216 Venetian Red

📋 copy color: '#BD0216'

red 189 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #BD0216

Tints of Venetian Red #BD0216

RGB

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

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

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

R = 88.73%
G = 0.94%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0216 (or 0xBD0216) is known color: Venetian Red. HEX triplet: BD, 02 and 16. RGB value is (189,2,22). Sum of RGB (Red+Green+Blue) = 189+2+22=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0216 is #42FDE9. Grayscale: #3C3C3C. Windows color (decimal): -4390378 or 1442493. OLE color: 1442493.

HSL color Cylindrical-coordinate representation of color #BD0216: hue angle of 353.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0216 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 2 22 -
CMYK 0 0.99 0.88 0.26
HSL 353.58º 0.98% 0.37% -
HSV(B) 353.58º 0.99% 0.74% -
XYZ 21.15 10.92 1.75 -
YUV 60.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 189 2 22 0 0.99 0.88 0.26 353.58 0.98 0.37
Hex BD 2 16 0 63 58 1A 162 62 25
Octal 275 2 26 0 143 130 32 542 142 45
Binary 10111101 10 10110 0 1100011 1011000 11010 101100010 1100010 100101

Color Harmonies of #BD0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0216

Black with #BD0216

Text Example


Text Example

White with #BD0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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