Html Css Color HEX #BD0608 Venetian Red

📋 copy color: '#BD0608'

red 189 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #BD0608

Tints of Venetian Red #BD0608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 93.1%
G = 2.96%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD0608 (or 0xBD0608) is known color: Venetian Red. HEX triplet: BD, 06 and 08. RGB value is (189,6,8). Sum of RGB (Red+Green+Blue) = 189+6+8=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0608 is #42F9F7. Grayscale: #3D3D3D. Windows color (decimal): -4389368 or 526013. OLE color: 526013.

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

Color convert

RGB 189 6 8 -
CMYK 0 0.97 0.96 0.26
HSL 359.34º 0.94% 0.38% -
HSV(B) 359.34º 0.97% 0.74% -
XYZ 21.1 10.97 1.23 -
YUV 60.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 189 6 8 0 0.97 0.96 0.26 359.34 0.94 0.38
Hex BD 6 8 0 61 60 1A 167 5E 26
Octal 275 6 10 0 141 140 32 547 136 46
Binary 10111101 110 1000 0 1100001 1100000 11010 101100111 1011110 100110

Color Harmonies of #BD0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0608

Black with #BD0608

Text Example


Text Example

White with #BD0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0608; }

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

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

background-color css

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

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

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

border-color css

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

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

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