Html Css Color HEX #BD0004 Venetian Red

📋 copy color: '#BD0004'

red 189 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #BD0004

Tints of Venetian Red #BD0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 97.93%
G = 0%
B = 2.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD0004 (or 0xBD0004) is known color: Venetian Red. HEX triplet: BD, 00 and 04. RGB value is (189,0,4). Sum of RGB (Red+Green+Blue) = 189+0+4=193 (25% of max value = 765). Red value is 189 (74.22% from 255 or 97.93% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0004 is #42FFFB. Grayscale: #393939. Windows color (decimal): -4390908 or 262333. OLE color: 262333.

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

Color convert

RGB 189 0 4 -
CMYK 0 1 0.98 0.26
HSL 358.73º 1% 0.37% -
HSV(B) 358.73º 1% 0.74% -
XYZ 21.01 10.83 1.1 -
YUV 56.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 189 0 4 0 1 0.98 0.26 358.73 1 0.37
Hex BD 0 4 0 64 62 1A 167 64 25
Octal 275 0 4 0 144 142 32 547 144 45
Binary 10111101 0 100 0 1100100 1100010 11010 101100111 1100100 100101

Color Harmonies of #BD0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0004

Black with #BD0004

Text Example


Text Example

White with #BD0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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