Html Css Color HEX #B5000E Venetian Red

📋 copy color: '#B5000E'

red 181 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #B5000E

Tints of Venetian Red #B5000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 92.82%
G = 0%
B = 7.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5000E (or 0xB5000E) is known color: Venetian Red. HEX triplet: B5, 00 and 0E. RGB value is (181,0,14). Sum of RGB (Red+Green+Blue) = 181+0+14=195 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.82% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 181 - color contains mainly: red. Hex color #B5000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5000E is #4AFFF1. Grayscale: #373737. Windows color (decimal): -4915186 or 917685. OLE color: 917685.

HSL color Cylindrical-coordinate representation of color #B5000E: hue angle of 355.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5000E is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 14 -
CMYK 0 1 0.92 0.29
HSL 355.36º 1% 0.35% -
HSV(B) 355.36º 1% 0.71% -
XYZ 19.14 9.86 1.31 -
YUV 55.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 181 0 14 0 1 0.92 0.29 355.36 1 0.35
Hex B5 0 E 0 64 5C 1D 163 64 23
Octal 265 0 16 0 144 134 35 543 144 43
Binary 10110101 0 1110 0 1100100 1011100 11101 101100011 1100100 100011

Color Harmonies of #B5000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5000E

Black with #B5000E

Text Example


Text Example

White with #B5000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5000E; }

 p { color: rgb(181,0,14); }

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

background-color css

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

 a { background-color: rgb(181,0,14); }

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

border-color css

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

 span { border-color: rgb(181,0,14); }

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