Html Css Color HEX #B50409 Venetian Red

📋 copy color: '#B50409'

red 181 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #B50409

Tints of Venetian Red #B50409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 93.3%
G = 2.06%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B50409 (or 0xB50409) is known color: Venetian Red. HEX triplet: B5, 04 and 09. RGB value is (181,4,9). Sum of RGB (Red+Green+Blue) = 181+4+9=194 (25% of max value = 765). Red value is 181 (71.09% from 255 or 93.30% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 181 - color contains mainly: red. Hex color #B50409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50409 is #4AFBF6. Grayscale: #393939. Windows color (decimal): -4914167 or 591029. OLE color: 591029.

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

Color convert

RGB 181 4 9 -
CMYK 0 0.98 0.95 0.29
HSL 358.31º 0.96% 0.36% -
HSV(B) 358.31º 0.98% 0.71% -
XYZ 19.15 9.93 1.17 -
YUV 57.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 181 4 9 0 0.98 0.95 0.29 358.31 0.96 0.36
Hex B5 4 9 0 62 5F 1D 166 60 24
Octal 265 4 11 0 142 137 35 546 140 44
Binary 10110101 100 1001 0 1100010 1011111 11101 101100110 1100000 100100

Color Harmonies of #B50409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50409

Black with #B50409

Text Example


Text Example

White with #B50409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50409; }

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

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

background-color css

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

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

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

border-color css

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

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

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