Html Css Color HEX #BD0612 Venetian Red

📋 copy color: '#BD0612'

red 189 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #BD0612

Tints of Venetian Red #BD0612

RGB

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

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

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

R = 88.73%
G = 2.82%
B = 8.45%

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

#BD0612 (or 0xBD0612) is known color: Venetian Red. HEX triplet: BD, 06 and 12. RGB value is (189,6,18). Sum of RGB (Red+Green+Blue) = 189+6+18=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0612 is #42F9ED. Grayscale: #3E3E3E. Windows color (decimal): -4389358 or 1181373. OLE color: 1181373.

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

Color convert

RGB 189 6 18 -
CMYK 0 0.97 0.90 0.26
HSL 356.07º 0.94% 0.38% -
HSV(B) 356.07º 0.97% 0.74% -
XYZ 21.16 10.99 1.58 -
YUV 62.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 189 6 18 0 0.97 0.90 0.26 356.07 0.94 0.38
Hex BD 6 12 0 61 5A 1A 164 5E 26
Octal 275 6 22 0 141 132 32 544 136 46
Binary 10111101 110 10010 0 1100001 1011010 11010 101100100 1011110 100110

Color Harmonies of #BD0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0612

Black with #BD0612

Text Example


Text Example

White with #BD0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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