Html Css Color HEX #BD0521 Venetian Red

📋 copy color: '#BD0521'

red 189 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #BD0521

Tints of Venetian Red #BD0521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 83.26%
G = 2.2%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD0521 (or 0xBD0521) is known color: Venetian Red. HEX triplet: BD, 05 and 21. RGB value is (189,5,33). Sum of RGB (Red+Green+Blue) = 189+5+33=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0521 is #42FADE. Grayscale: #3F3F3F. Windows color (decimal): -4389599 or 2164157. OLE color: 2164157.

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

Color convert

RGB 189 5 33 -
CMYK 0 0.97 0.83 0.26
HSL 350.87º 0.95% 0.38% -
HSV(B) 350.87º 0.97% 0.74% -
XYZ 21.32 11.04 2.45 -
YUV 63.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 189 5 33 0 0.97 0.83 0.26 350.87 0.95 0.38
Hex BD 5 21 0 61 53 1A 15F 5F 26
Octal 275 5 41 0 141 123 32 537 137 46
Binary 10111101 101 100001 0 1100001 1010011 11010 101011111 1011111 100110

Color Harmonies of #BD0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0521

Black with #BD0521

Text Example


Text Example

White with #BD0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0521; }

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

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

background-color css

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

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

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

border-color css

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

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

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