Html Css Color HEX #B5040F Venetian Red

📋 copy color: '#B5040F'

red 181 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #B5040F

Tints of Venetian Red #B5040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 90.5%
G = 2%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5040F (or 0xB5040F) is known color: Venetian Red. HEX triplet: B5, 04 and 0F. RGB value is (181,4,15). Sum of RGB (Red+Green+Blue) = 181+4+15=200 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 181 - color contains mainly: red. Hex color #B5040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5040F is #4AFBF0. Grayscale: #3A3A3A. Windows color (decimal): -4914161 or 984245. OLE color: 984245.

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

Color convert

RGB 181 4 15 -
CMYK 0 0.98 0.92 0.29
HSL 356.27º 0.96% 0.36% -
HSV(B) 356.27º 0.98% 0.71% -
XYZ 19.19 9.95 1.36 -
YUV 58.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 181 4 15 0 0.98 0.92 0.29 356.27 0.96 0.36
Hex B5 4 F 0 62 5C 1D 164 60 24
Octal 265 4 17 0 142 134 35 544 140 44
Binary 10110101 100 1111 0 1100010 1011100 11101 101100100 1100000 100100

Color Harmonies of #B5040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5040F

Black with #B5040F

Text Example


Text Example

White with #B5040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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