Html Css Color HEX #BD021A Venetian Red

📋 copy color: '#BD021A'

red 189 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #BD021A

Tints of Venetian Red #BD021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 87.1%
G = 0.92%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD021A (or 0xBD021A) is known color: Venetian Red. HEX triplet: BD, 02 and 1A. RGB value is (189,2,26). Sum of RGB (Red+Green+Blue) = 189+2+26=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD021A is #42FDE5. Grayscale: #3C3C3C. Windows color (decimal): -4390374 or 1704637. OLE color: 1704637.

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

Color convert

RGB 189 2 26 -
CMYK 0 0.99 0.86 0.26
HSL 352.3º 0.98% 0.37% -
HSV(B) 352.3º 0.99% 0.74% -
XYZ 21.19 10.94 1.97 -
YUV 60.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 189 2 26 0 0.99 0.86 0.26 352.3 0.98 0.37
Hex BD 2 1A 0 63 56 1A 160 62 25
Octal 275 2 32 0 143 126 32 540 142 45
Binary 10111101 10 11010 0 1100011 1010110 11010 101100000 1100010 100101

Color Harmonies of #BD021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD021A

Black with #BD021A

Text Example


Text Example

White with #BD021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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