Html Css Color HEX #B5020A Venetian Red

📋 copy color: '#B5020A'

red 181 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #B5020A

Tints of Venetian Red #B5020A

RGB

 RED value IS 181 (71.09% from 255) = 93.78%

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

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

R = 93.78%
G = 1.04%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5020A (or 0xB5020A) is known color: Venetian Red. HEX triplet: B5, 02 and 0A. RGB value is (181,2,10). Sum of RGB (Red+Green+Blue) = 181+2+10=193 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.78% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 181 - color contains mainly: red. Hex color #B5020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5020A is #4AFDF5. Grayscale: #383838. Windows color (decimal): -4914678 or 656053. OLE color: 656053.

HSL color Cylindrical-coordinate representation of color #B5020A: hue angle of 357.32º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 10 -
CMYK 0 0.99 0.94 0.29
HSL 357.32º 0.98% 0.36% -
HSV(B) 357.32º 0.99% 0.71% -
XYZ 19.13 9.89 1.19 -
YUV 56.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 181 2 10 0 0.99 0.94 0.29 357.32 0.98 0.36
Hex B5 2 A 0 63 5E 1D 165 62 24
Octal 265 2 12 0 143 136 35 545 142 44
Binary 10110101 10 1010 0 1100011 1011110 11101 101100101 1100010 100100

Color Harmonies of #B5020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5020A

Black with #B5020A

Text Example


Text Example

White with #B5020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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