Html Css Color HEX #BD022A Venetian Red

📋 copy color: '#BD022A'

red 189 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #BD022A

Tints of Venetian Red #BD022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 81.12%
G = 0.86%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD022A (or 0xBD022A) is known color: Venetian Red. HEX triplet: BD, 02 and 2A. RGB value is (189,2,42). Sum of RGB (Red+Green+Blue) = 189+2+42=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD022A is #42FDD5. Grayscale: #3E3E3E. Windows color (decimal): -4390358 or 2753213. OLE color: 2753213.

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

Color convert

RGB 189 2 42 -
CMYK 0 0.99 0.78 0.26
HSL 347.17º 0.98% 0.37% -
HSV(B) 347.17º 0.99% 0.74% -
XYZ 21.43 11.03 3.19 -
YUV 62.47 116.45 218.25 -
System Red Green Blue C M Y K H S L
Decimal 189 2 42 0 0.99 0.78 0.26 347.17 0.98 0.37
Hex BD 2 2A 0 63 4E 1A 15B 62 25
Octal 275 2 52 0 143 116 32 533 142 45
Binary 10111101 10 101010 0 1100011 1001110 11010 101011011 1100010 100101

Color Harmonies of #BD022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD022A

Black with #BD022A

Text Example


Text Example

White with #BD022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD022A; }

 p { color: rgb(189,2,42); }

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

background-color css

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

 a { background-color: rgb(189,2,42); }

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

border-color css

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

 span { border-color: rgb(189,2,42); }

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