Html Css Color HEX #BD0522 Venetian Red

📋 copy color: '#BD0522'

red 189 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #BD0522

Tints of Venetian Red #BD0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.91%

R = 82.89%
G = 2.19%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD0522 (or 0xBD0522) is known color: Venetian Red. HEX triplet: BD, 05 and 22. RGB value is (189,5,34). Sum of RGB (Red+Green+Blue) = 189+5+34=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0522 is #42FADD. Grayscale: #3F3F3F. Windows color (decimal): -4389598 or 2229693. OLE color: 2229693.

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

Color convert

RGB 189 5 34 -
CMYK 0 0.97 0.82 0.26
HSL 350.54º 0.95% 0.38% -
HSV(B) 350.54º 0.97% 0.74% -
XYZ 21.33 11.04 2.52 -
YUV 63.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 189 5 34 0 0.97 0.82 0.26 350.54 0.95 0.38
Hex BD 5 22 0 61 52 1A 15F 5F 26
Octal 275 5 42 0 141 122 32 537 137 46
Binary 10111101 101 100010 0 1100001 1010010 11010 101011111 1011111 100110

Color Harmonies of #BD0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0522

Black with #BD0522

Text Example


Text Example

White with #BD0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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