Html Css Color HEX #BD1213 Venetian Red

📋 copy color: '#BD1213'

red 189 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #BD1213

Tints of Venetian Red #BD1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

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

R = 83.63%
G = 7.96%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD1213 (or 0xBD1213) is known color: Venetian Red. HEX triplet: BD, 12 and 13. RGB value is (189,18,19). Sum of RGB (Red+Green+Blue) = 189+18+19=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1213 is #42EDEC. Grayscale: #454545. Windows color (decimal): -4386285 or 1249981. OLE color: 1249981.

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

Color convert

RGB 189 18 19 -
CMYK 0 0.90 0.90 0.26
HSL 359.65º 0.83% 0.41% -
HSV(B) 359.65º 0.9% 0.74% -
XYZ 21.32 11.3 1.67 -
YUV 69.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 189 18 19 0 0.90 0.90 0.26 359.65 0.83 0.41
Hex BD 12 13 0 5A 5A 1A 168 53 29
Octal 275 22 23 0 132 132 32 550 123 51
Binary 10111101 10010 10011 0 1011010 1011010 11010 101101000 1010011 101001

Color Harmonies of #BD1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1213

Black with #BD1213

Text Example


Text Example

White with #BD1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1213; }

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

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

background-color css

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

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

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

border-color css

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

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

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