Html Css Color HEX #B5090D Venetian Red

📋 copy color: '#B5090D'

red 181 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #B5090D

Tints of Venetian Red #B5090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 89.16%
G = 4.43%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5090D (or 0xB5090D) is known color: Venetian Red. HEX triplet: B5, 09 and 0D. RGB value is (181,9,13). Sum of RGB (Red+Green+Blue) = 181+9+13=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B5090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5090D is #4AF6F2. Grayscale: #3D3D3D. Windows color (decimal): -4912883 or 854453. OLE color: 854453.

HSL color Cylindrical-coordinate representation of color #B5090D: hue angle of 358.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5090D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 9 13 -
CMYK 0 0.95 0.93 0.29
HSL 358.6º 0.91% 0.37% -
HSV(B) 358.6º 0.95% 0.71% -
XYZ 19.23 10.05 1.31 -
YUV 60.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 181 9 13 0 0.95 0.93 0.29 358.6 0.91 0.37
Hex B5 9 D 0 5F 5D 1D 167 5B 25
Octal 265 11 15 0 137 135 35 547 133 45
Binary 10110101 1001 1101 0 1011111 1011101 11101 101100111 1011011 100101

Color Harmonies of #B5090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5090D

Black with #B5090D

Text Example


Text Example

White with #B5090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5090D; }

 p { color: rgb(181,9,13); }

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

background-color css

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

 a { background-color: rgb(181,9,13); }

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

border-color css

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

 span { border-color: rgb(181,9,13); }

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