Html Css Color HEX #BD022B Venetian Red

📋 copy color: '#BD022B'

red 189 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #BD022B

Tints of Venetian Red #BD022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 80.77%
G = 0.85%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD022B (or 0xBD022B) is known color: Venetian Red. HEX triplet: BD, 02 and 2B. RGB value is (189,2,43). Sum of RGB (Red+Green+Blue) = 189+2+43=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD022B is #42FDD4. Grayscale: #3E3E3E. Windows color (decimal): -4390357 or 2818749. OLE color: 2818749.

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

Color convert

RGB 189 2 43 -
CMYK 0 0.99 0.77 0.26
HSL 346.84º 0.98% 0.37% -
HSV(B) 346.84º 0.99% 0.74% -
XYZ 21.44 11.04 3.29 -
YUV 62.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 189 2 43 0 0.99 0.77 0.26 346.84 0.98 0.37
Hex BD 2 2B 0 63 4D 1A 15B 62 25
Octal 275 2 53 0 143 115 32 533 142 45
Binary 10111101 10 101011 0 1100011 1001101 11010 101011011 1100010 100101

Color Harmonies of #BD022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD022B

Black with #BD022B

Text Example


Text Example

White with #BD022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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