Html Css Color HEX #BD020A Venetian Red

📋 copy color: '#BD020A'

red 189 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #BD020A

Tints of Venetian Red #BD020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 94.03%
G = 1%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD020A (or 0xBD020A) is known color: Venetian Red. HEX triplet: BD, 02 and 0A. RGB value is (189,2,10). Sum of RGB (Red+Green+Blue) = 189+2+10=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD020A is #42FDF5. Grayscale: #3A3A3A. Windows color (decimal): -4390390 or 656061. OLE color: 656061.

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

Color convert

RGB 189 2 10 -
CMYK 0 0.99 0.95 0.26
HSL 357.43º 0.98% 0.37% -
HSV(B) 357.43º 0.99% 0.74% -
XYZ 21.06 10.88 1.28 -
YUV 58.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 189 2 10 0 0.99 0.95 0.26 357.43 0.98 0.37
Hex BD 2 A 0 63 5F 1A 165 62 25
Octal 275 2 12 0 143 137 32 545 142 45
Binary 10111101 10 1010 0 1100011 1011111 11010 101100101 1100010 100101

Color Harmonies of #BD020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD020A

Black with #BD020A

Text Example


Text Example

White with #BD020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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