Html Css Color HEX #BD0712 Venetian Red

📋 copy color: '#BD0712'

red 189 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #BD0712

Tints of Venetian Red #BD0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 88.32%
G = 3.27%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0712 (or 0xBD0712) is known color: Venetian Red. HEX triplet: BD, 07 and 12. RGB value is (189,7,18). Sum of RGB (Red+Green+Blue) = 189+7+18=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0712 is #42F8ED. Grayscale: #3E3E3E. Windows color (decimal): -4389102 or 1181629. OLE color: 1181629.

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

Color convert

RGB 189 7 18 -
CMYK 0 0.96 0.90 0.26
HSL 356.37º 0.93% 0.38% -
HSV(B) 356.37º 0.96% 0.74% -
XYZ 21.17 11.01 1.58 -
YUV 62.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 189 7 18 0 0.96 0.90 0.26 356.37 0.93 0.38
Hex BD 7 12 0 60 5A 1A 164 5D 26
Octal 275 7 22 0 140 132 32 544 135 46
Binary 10111101 111 10010 0 1100000 1011010 11010 101100100 1011101 100110

Color Harmonies of #BD0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0712

Black with #BD0712

Text Example


Text Example

White with #BD0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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