Html Css Color HEX #BD022E Venetian Red

📋 copy color: '#BD022E'

red 189 ◦ green 2 ◦ blue 46

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

Shades of Venetian Red #BD022E

Tints of Venetian Red #BD022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.41%

R = 79.75%
G = 0.84%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD022E (or 0xBD022E) is known color: Venetian Red. HEX triplet: BD, 02 and 2E. RGB value is (189,2,46). Sum of RGB (Red+Green+Blue) = 189+2+46=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD022E is #42FDD1. Grayscale: #3E3E3E. Windows color (decimal): -4390354 or 3015357. OLE color: 3015357.

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

Color convert

RGB 189 2 46 -
CMYK 0 0.99 0.76 0.26
HSL 345.88º 0.98% 0.37% -
HSV(B) 345.88º 0.99% 0.74% -
XYZ 21.5 11.06 3.59 -
YUV 62.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 189 2 46 0 0.99 0.76 0.26 345.88 0.98 0.37
Hex BD 2 2E 0 63 4C 1A 15A 62 25
Octal 275 2 56 0 143 114 32 532 142 45
Binary 10111101 10 101110 0 1100011 1001100 11010 101011010 1100010 100101

Color Harmonies of #BD022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD022E

Black with #BD022E

Text Example


Text Example

White with #BD022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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