Html Css Color HEX #BD0006 Venetian Red

📋 copy color: '#BD0006'

red 189 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #BD0006

Tints of Venetian Red #BD0006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 96.92%
G = 0%
B = 3.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD0006 (or 0xBD0006) is known color: Venetian Red. HEX triplet: BD, 00 and 06. RGB value is (189,0,6). Sum of RGB (Red+Green+Blue) = 189+0+6=195 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.92% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0006 is #42FFF9. Grayscale: #393939. Windows color (decimal): -4390906 or 393405. OLE color: 393405.

HSL color Cylindrical-coordinate representation of color #BD0006: hue angle of 358.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 6 -
CMYK 0 1 0.97 0.26
HSL 358.1º 1% 0.37% -
HSV(B) 358.1º 1% 0.74% -
XYZ 21.02 10.83 1.16 -
YUV 57.2 99.12 222.01 -
System Red Green Blue C M Y K H S L
Decimal 189 0 6 0 1 0.97 0.26 358.1 1 0.37
Hex BD 0 6 0 64 61 1A 166 64 25
Octal 275 0 6 0 144 141 32 546 144 45
Binary 10111101 0 110 0 1100100 1100001 11010 101100110 1100100 100101

Color Harmonies of #BD0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0006

Black with #BD0006

Text Example


Text Example

White with #BD0006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0006; }

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

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

background-color css

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

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

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

border-color css

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

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

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