Html Css Color HEX #B5041C Venetian Red

📋 copy color: '#B5041C'

red 181 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #B5041C

Tints of Venetian Red #B5041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 84.98%
G = 1.88%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5041C (or 0xB5041C) is known color: Venetian Red. HEX triplet: B5, 04 and 1C. RGB value is (181,4,28). Sum of RGB (Red+Green+Blue) = 181+4+28=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B5041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5041C is #4AFBE3. Grayscale: #3B3B3B. Windows color (decimal): -4914148 or 1836213. OLE color: 1836213.

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

Color convert

RGB 181 4 28 -
CMYK 0 0.98 0.85 0.29
HSL 351.86º 0.96% 0.36% -
HSV(B) 351.86º 0.98% 0.71% -
XYZ 19.31 9.99 2.01 -
YUV 59.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 181 4 28 0 0.98 0.85 0.29 351.86 0.96 0.36
Hex B5 4 1C 0 62 55 1D 160 60 24
Octal 265 4 34 0 142 125 35 540 140 44
Binary 10110101 100 11100 0 1100010 1010101 11101 101100000 1100000 100100

Color Harmonies of #B5041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5041C

Black with #B5041C

Text Example


Text Example

White with #B5041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5041C; }

 p { color: rgb(181,4,28); }

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

background-color css

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

 a { background-color: rgb(181,4,28); }

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

border-color css

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

 span { border-color: rgb(181,4,28); }

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