Html Css Color HEX #B5012C Venetian Red

📋 copy color: '#B5012C'

red 181 ◦ green 1 ◦ blue 44

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

Shades of Venetian Red #B5012C

Tints of Venetian Red #B5012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 80.09%
G = 0.44%
B = 19.47%

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

#B5012C (or 0xB5012C) is known color: Venetian Red. HEX triplet: B5, 01 and 2C. RGB value is (181,1,44). Sum of RGB (Red+Green+Blue) = 181+1+44=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B5012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5012C is #4AFED3. Grayscale: #3B3B3B. Windows color (decimal): -4914900 or 2884021. OLE color: 2884021.

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

Color convert

RGB 181 1 44 -
CMYK 0 0.99 0.76 0.29
HSL 345.67º 0.99% 0.36% -
HSV(B) 345.67º 0.99% 0.71% -
XYZ 19.52 10.03 3.29 -
YUV 59.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 181 1 44 0 0.99 0.76 0.29 345.67 0.99 0.36
Hex B5 1 2C 0 63 4C 1D 15A 63 24
Octal 265 1 54 0 143 114 35 532 143 44
Binary 10110101 1 101100 0 1100011 1001100 11101 101011010 1100011 100100

Color Harmonies of #B5012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5012C

Black with #B5012C

Text Example


Text Example

White with #B5012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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