Html Css Color HEX #BD0E13 Venetian Red

📋 copy color: '#BD0E13'

red 189 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #BD0E13

Tints of Venetian Red #BD0E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 85.14%
G = 6.31%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0E13 (or 0xBD0E13) is known color: Venetian Red. HEX triplet: BD, 0E and 13. RGB value is (189,14,19). Sum of RGB (Red+Green+Blue) = 189+14+19=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0E13 is #42F1EC. Grayscale: #434343. Windows color (decimal): -4387309 or 1248957. OLE color: 1248957.

HSL color Cylindrical-coordinate representation of color #BD0E13: hue angle of 358.29º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0E13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 19 -
CMYK 0 0.93 0.90 0.26
HSL 358.29º 0.86% 0.4% -
HSV(B) 358.29º 0.93% 0.74% -
XYZ 21.26 11.18 1.65 -
YUV 66.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 189 14 19 0 0.93 0.90 0.26 358.29 0.86 0.4
Hex BD E 13 0 5D 5A 1A 166 56 28
Octal 275 16 23 0 135 132 32 546 126 50
Binary 10111101 1110 10011 0 1011101 1011010 11010 101100110 1010110 101000

Color Harmonies of #BD0E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E13

Black with #BD0E13

Text Example


Text Example

White with #BD0E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E13; }

 p { color: rgb(189,14,19); }

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

background-color css

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

 a { background-color: rgb(189,14,19); }

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

border-color css

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

 span { border-color: rgb(189,14,19); }

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