Html Css Color HEX #BD0528 Venetian Red

📋 copy color: '#BD0528'

red 189 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #BD0528

Tints of Venetian Red #BD0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 80.77%
G = 2.14%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0528 (or 0xBD0528) is known color: Venetian Red. HEX triplet: BD, 05 and 28. RGB value is (189,5,40). Sum of RGB (Red+Green+Blue) = 189+5+40=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0528 is #42FAD7. Grayscale: #404040. Windows color (decimal): -4389592 or 2622909. OLE color: 2622909.

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

Color convert

RGB 189 5 40 -
CMYK 0 0.97 0.79 0.26
HSL 348.59º 0.95% 0.38% -
HSV(B) 348.59º 0.97% 0.74% -
XYZ 21.42 11.08 3.02 -
YUV 64.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 189 5 40 0 0.97 0.79 0.26 348.59 0.95 0.38
Hex BD 5 28 0 61 4F 1A 15D 5F 26
Octal 275 5 50 0 141 117 32 535 137 46
Binary 10111101 101 101000 0 1100001 1001111 11010 101011101 1011111 100110

Color Harmonies of #BD0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0528

Black with #BD0528

Text Example


Text Example

White with #BD0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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