Html Css Color HEX #BD0214 Venetian Red

📋 copy color: '#BD0214'

red 189 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #BD0214

Tints of Venetian Red #BD0214

RGB

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

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

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

R = 89.57%
G = 0.95%
B = 9.48%

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

#BD0214 (or 0xBD0214) is known color: Venetian Red. HEX triplet: BD, 02 and 14. RGB value is (189,2,20). Sum of RGB (Red+Green+Blue) = 189+2+20=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0214 is #42FDEB. Grayscale: #3C3C3C. Windows color (decimal): -4390380 or 1311421. OLE color: 1311421.

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

Color convert

RGB 189 2 20 -
CMYK 0 0.99 0.89 0.26
HSL 354.22º 0.98% 0.37% -
HSV(B) 354.22º 0.99% 0.74% -
XYZ 21.13 10.91 1.65 -
YUV 59.97 105.45 220.04 -
System Red Green Blue C M Y K H S L
Decimal 189 2 20 0 0.99 0.89 0.26 354.22 0.98 0.37
Hex BD 2 14 0 63 59 1A 162 62 25
Octal 275 2 24 0 143 131 32 542 142 45
Binary 10111101 10 10100 0 1100011 1011001 11010 101100010 1100010 100101

Color Harmonies of #BD0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0214

Black with #BD0214

Text Example


Text Example

White with #BD0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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