Html Css Color HEX #BD1013 Venetian Red

📋 copy color: '#BD1013'

red 189 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #BD1013

Tints of Venetian Red #BD1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 84.38%
G = 7.14%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD1013 (or 0xBD1013) is known color: Venetian Red. HEX triplet: BD, 10 and 13. RGB value is (189,16,19). Sum of RGB (Red+Green+Blue) = 189+16+19=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1013 is #42EFEC. Grayscale: #444444. Windows color (decimal): -4386797 or 1249469. OLE color: 1249469.

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

Color convert

RGB 189 16 19 -
CMYK 0 0.92 0.90 0.26
HSL 358.96º 0.84% 0.4% -
HSV(B) 358.96º 0.92% 0.74% -
XYZ 21.29 11.24 1.66 -
YUV 68.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 189 16 19 0 0.92 0.90 0.26 358.96 0.84 0.4
Hex BD 10 13 0 5C 5A 1A 167 54 28
Octal 275 20 23 0 134 132 32 547 124 50
Binary 10111101 10000 10011 0 1011100 1011010 11010 101100111 1010100 101000

Color Harmonies of #BD1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1013

Black with #BD1013

Text Example


Text Example

White with #BD1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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