Html Css Color HEX #BD0304 Venetian Red

📋 copy color: '#BD0304'

red 189 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #BD0304

Tints of Venetian Red #BD0304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 96.43%
G = 1.53%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD0304 (or 0xBD0304) is known color: Venetian Red. HEX triplet: BD, 03 and 04. RGB value is (189,3,4). Sum of RGB (Red+Green+Blue) = 189+3+4=196 (25% of max value = 765). Red value is 189 (74.22% from 255 or 96.43% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0304 is #42FCFB. Grayscale: #3A3A3A. Windows color (decimal): -4390140 or 263101. OLE color: 263101.

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

Color convert

RGB 189 3 4 -
CMYK 0 0.98 0.98 0.26
HSL 359.68º 0.97% 0.38% -
HSV(B) 359.68º 0.98% 0.74% -
XYZ 21.04 10.89 1.11 -
YUV 58.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 189 3 4 0 0.98 0.98 0.26 359.68 0.97 0.38
Hex BD 3 4 0 62 62 1A 168 61 26
Octal 275 3 4 0 142 142 32 550 141 46
Binary 10111101 11 100 0 1100010 1100010 11010 101101000 1100001 100110

Color Harmonies of #BD0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0304

Black with #BD0304

Text Example


Text Example

White with #BD0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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