Html Css Color HEX #B50425 Venetian Red

📋 copy color: '#B50425'

red 181 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #B50425

Tints of Venetian Red #B50425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 81.53%
G = 1.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B50425 (or 0xB50425) is known color: Venetian Red. HEX triplet: B5, 04 and 25. RGB value is (181,4,37). Sum of RGB (Red+Green+Blue) = 181+4+37=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B50425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50425 is #4AFBDA. Grayscale: #3C3C3C. Windows color (decimal): -4914139 or 2426037. OLE color: 2426037.

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

Color convert

RGB 181 4 37 -
CMYK 0 0.98 0.80 0.29
HSL 348.81º 0.96% 0.36% -
HSV(B) 348.81º 0.98% 0.71% -
XYZ 19.43 10.04 2.66 -
YUV 60.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 181 4 37 0 0.98 0.80 0.29 348.81 0.96 0.36
Hex B5 4 25 0 62 50 1D 15D 60 24
Octal 265 4 45 0 142 120 35 535 140 44
Binary 10110101 100 100101 0 1100010 1010000 11101 101011101 1100000 100100

Color Harmonies of #B50425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50425

Black with #B50425

Text Example


Text Example

White with #B50425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50425; }

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

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

background-color css

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

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

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

border-color css

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

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

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