Html Css Color HEX #BD0320 Venetian Red

📋 copy color: '#BD0320'

red 189 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #BD0320

Tints of Venetian Red #BD0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 84.38%
G = 1.34%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD0320 (or 0xBD0320) is known color: Venetian Red. HEX triplet: BD, 03 and 20. RGB value is (189,3,32). Sum of RGB (Red+Green+Blue) = 189+3+32=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0320 is #42FCDF. Grayscale: #3D3D3D. Windows color (decimal): -4390112 or 2098109. OLE color: 2098109.

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

Color convert

RGB 189 3 32 -
CMYK 0 0.98 0.83 0.26
HSL 350.65º 0.97% 0.38% -
HSV(B) 350.65º 0.98% 0.74% -
XYZ 21.28 10.99 2.37 -
YUV 61.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 189 3 32 0 0.98 0.83 0.26 350.65 0.97 0.38
Hex BD 3 20 0 62 53 1A 15F 61 26
Octal 275 3 40 0 142 123 32 537 141 46
Binary 10111101 11 100000 0 1100010 1010011 11010 101011111 1100001 100110

Color Harmonies of #BD0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0320

Black with #BD0320

Text Example


Text Example

White with #BD0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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