Html Css Color HEX #BD0613 Venetian Red

📋 copy color: '#BD0613'

red 189 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #BD0613

Tints of Venetian Red #BD0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 88.32%
G = 2.8%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0613 (or 0xBD0613) is known color: Venetian Red. HEX triplet: BD, 06 and 13. RGB value is (189,6,19). Sum of RGB (Red+Green+Blue) = 189+6+19=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0613 is #42F9EC. Grayscale: #3E3E3E. Windows color (decimal): -4389357 or 1246909. OLE color: 1246909.

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

Color convert

RGB 189 6 19 -
CMYK 0 0.97 0.90 0.26
HSL 355.74º 0.94% 0.38% -
HSV(B) 355.74º 0.97% 0.74% -
XYZ 21.17 11 1.62 -
YUV 62.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 189 6 19 0 0.97 0.90 0.26 355.74 0.94 0.38
Hex BD 6 13 0 61 5A 1A 164 5E 26
Octal 275 6 23 0 141 132 32 544 136 46
Binary 10111101 110 10011 0 1100001 1011010 11010 101100100 1011110 100110

Color Harmonies of #BD0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0613

Black with #BD0613

Text Example


Text Example

White with #BD0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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