Html Css Color HEX #BD0005 Venetian Red

📋 copy color: '#BD0005'

red 189 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #BD0005

Tints of Venetian Red #BD0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 97.42%
G = 0%
B = 2.58%

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

#BD0005 (or 0xBD0005) is known color: Venetian Red. HEX triplet: BD, 00 and 05. RGB value is (189,0,5). Sum of RGB (Red+Green+Blue) = 189+0+5=194 (25% of max value = 765). Red value is 189 (74.22% from 255 or 97.42% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0005 is #42FFFA. Grayscale: #393939. Windows color (decimal): -4390907 or 327869. OLE color: 327869.

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

Color convert

RGB 189 0 5 -
CMYK 0 1 0.97 0.26
HSL 358.41º 1% 0.37% -
HSV(B) 358.41º 1% 0.74% -
XYZ 21.01 10.83 1.13 -
YUV 57.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 189 0 5 0 1 0.97 0.26 358.41 1 0.37
Hex BD 0 5 0 64 61 1A 166 64 25
Octal 275 0 5 0 144 141 32 546 144 45
Binary 10111101 0 101 0 1100100 1100001 11010 101100110 1100100 100101

Color Harmonies of #BD0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0005

Black with #BD0005

Text Example


Text Example

White with #BD0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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