Html Css Color HEX #BD0313 Venetian Red

📋 copy color: '#BD0313'

red 189 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #BD0313

Tints of Venetian Red #BD0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 89.57%
G = 1.42%
B = 9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0313 (or 0xBD0313) is known color: Venetian Red. HEX triplet: BD, 03 and 13. RGB value is (189,3,19). Sum of RGB (Red+Green+Blue) = 189+3+19=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0313 is #42FCEC. Grayscale: #3C3C3C. Windows color (decimal): -4390125 or 1246141. OLE color: 1246141.

HSL color Cylindrical-coordinate representation of color #BD0313: hue angle of 354.84º degrees, saturation: 0.97, 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 #BD0313 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 19 -
CMYK 0 0.98 0.90 0.26
HSL 354.84º 0.97% 0.38% -
HSV(B) 354.84º 0.98% 0.74% -
XYZ 21.14 10.93 1.61 -
YUV 60.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 189 3 19 0 0.98 0.90 0.26 354.84 0.97 0.38
Hex BD 3 13 0 62 5A 1A 163 61 26
Octal 275 3 23 0 142 132 32 543 141 46
Binary 10111101 11 10011 0 1100010 1011010 11010 101100011 1100001 100110

Color Harmonies of #BD0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0313

Black with #BD0313

Text Example


Text Example

White with #BD0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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