Html Css Color HEX #BD0512 Venetian Red

📋 copy color: '#BD0512'

red 189 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #BD0512

Tints of Venetian Red #BD0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 89.15%
G = 2.36%
B = 8.49%

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

#BD0512 (or 0xBD0512) is known color: Venetian Red. HEX triplet: BD, 05 and 12. RGB value is (189,5,18). Sum of RGB (Red+Green+Blue) = 189+5+18=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0512 is #42FAED. Grayscale: #3D3D3D. Windows color (decimal): -4389614 or 1181117. OLE color: 1181117.

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

Color convert

RGB 189 5 18 -
CMYK 0 0.97 0.90 0.26
HSL 355.76º 0.95% 0.38% -
HSV(B) 355.76º 0.97% 0.74% -
XYZ 21.15 10.97 1.58 -
YUV 61.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 189 5 18 0 0.97 0.90 0.26 355.76 0.95 0.38
Hex BD 5 12 0 61 5A 1A 164 5F 26
Octal 275 5 22 0 141 132 32 544 137 46
Binary 10111101 101 10010 0 1100001 1011010 11010 101100100 1011111 100110

Color Harmonies of #BD0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0512

Black with #BD0512

Text Example


Text Example

White with #BD0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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