Html Css Color HEX #BD0416 Venetian Red

📋 copy color: '#BD0416'

red 189 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #BD0416

Tints of Venetian Red #BD0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 87.91%
G = 1.86%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD0416 (or 0xBD0416) is known color: Venetian Red. HEX triplet: BD, 04 and 16. RGB value is (189,4,22). Sum of RGB (Red+Green+Blue) = 189+4+22=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0416 is #42FBE9. Grayscale: #3D3D3D. Windows color (decimal): -4389866 or 1443005. OLE color: 1443005.

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

Color convert

RGB 189 4 22 -
CMYK 0 0.98 0.88 0.26
HSL 354.16º 0.96% 0.38% -
HSV(B) 354.16º 0.98% 0.74% -
XYZ 21.17 10.96 1.76 -
YUV 61.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 189 4 22 0 0.98 0.88 0.26 354.16 0.96 0.38
Hex BD 4 16 0 62 58 1A 162 60 26
Octal 275 4 26 0 142 130 32 542 140 46
Binary 10111101 100 10110 0 1100010 1011000 11010 101100010 1100000 100110

Color Harmonies of #BD0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0416

Black with #BD0416

Text Example


Text Example

White with #BD0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0416; }

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

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

background-color css

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

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

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

border-color css

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

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

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