Html Css Color HEX #BD0215 Venetian Red

📋 copy color: '#BD0215'

red 189 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #BD0215

Tints of Venetian Red #BD0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 89.15%
G = 0.94%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0215 (or 0xBD0215) is known color: Venetian Red. HEX triplet: BD, 02 and 15. RGB value is (189,2,21). Sum of RGB (Red+Green+Blue) = 189+2+21=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0215 is #42FDEA. Grayscale: #3C3C3C. Windows color (decimal): -4390379 or 1376957. OLE color: 1376957.

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

Color convert

RGB 189 2 21 -
CMYK 0 0.99 0.89 0.26
HSL 353.9º 0.98% 0.37% -
HSV(B) 353.9º 0.99% 0.74% -
XYZ 21.14 10.92 1.7 -
YUV 60.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 189 2 21 0 0.99 0.89 0.26 353.9 0.98 0.37
Hex BD 2 15 0 63 59 1A 162 62 25
Octal 275 2 25 0 143 131 32 542 142 45
Binary 10111101 10 10101 0 1100011 1011001 11010 101100010 1100010 100101

Color Harmonies of #BD0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0215

Black with #BD0215

Text Example


Text Example

White with #BD0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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