Html Css Color HEX #B5010E Venetian Red

📋 copy color: '#B5010E'

red 181 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #B5010E

Tints of Venetian Red #B5010E

RGB

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

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

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

R = 92.35%
G = 0.51%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5010E (or 0xB5010E) is known color: Venetian Red. HEX triplet: B5, 01 and 0E. RGB value is (181,1,14). Sum of RGB (Red+Green+Blue) = 181+1+14=196 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.35% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 181 - color contains mainly: red. Hex color #B5010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5010E is #4AFEF1. Grayscale: #383838. Windows color (decimal): -4914930 or 917941. OLE color: 917941.

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

Color convert

RGB 181 1 14 -
CMYK 0 0.99 0.92 0.29
HSL 355.67º 0.99% 0.36% -
HSV(B) 355.67º 0.99% 0.71% -
XYZ 19.15 9.88 1.31 -
YUV 56.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 181 1 14 0 0.99 0.92 0.29 355.67 0.99 0.36
Hex B5 1 E 0 63 5C 1D 164 63 24
Octal 265 1 16 0 143 134 35 544 143 44
Binary 10110101 1 1110 0 1100011 1011100 11101 101100100 1100011 100100

Color Harmonies of #B5010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5010E

Black with #B5010E

Text Example


Text Example

White with #B5010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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