Html Css Color HEX #B5022C Venetian Red

📋 copy color: '#B5022C'

red 181 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #B5022C

Tints of Venetian Red #B5022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 79.74%
G = 0.88%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5022C (or 0xB5022C) is known color: Venetian Red. HEX triplet: B5, 02 and 2C. RGB value is (181,2,44). Sum of RGB (Red+Green+Blue) = 181+2+44=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B5022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5022C is #4AFDD3. Grayscale: #3C3C3C. Windows color (decimal): -4914644 or 2884277. OLE color: 2884277.

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

Color convert

RGB 181 2 44 -
CMYK 0 0.99 0.76 0.29
HSL 345.92º 0.98% 0.36% -
HSV(B) 345.92º 0.99% 0.71% -
XYZ 19.53 10.05 3.29 -
YUV 60.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 181 2 44 0 0.99 0.76 0.29 345.92 0.98 0.36
Hex B5 2 2C 0 63 4C 1D 15A 62 24
Octal 265 2 54 0 143 114 35 532 142 44
Binary 10110101 10 101100 0 1100011 1001100 11101 101011010 1100010 100100

Color Harmonies of #B5022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5022C

Black with #B5022C

Text Example


Text Example

White with #B5022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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