Html Css Color HEX #B50423 Venetian Red

📋 copy color: '#B50423'

red 181 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #B50423

Tints of Venetian Red #B50423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 82.27%
G = 1.82%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50423 (or 0xB50423) is known color: Venetian Red. HEX triplet: B5, 04 and 23. RGB value is (181,4,35). Sum of RGB (Red+Green+Blue) = 181+4+35=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B50423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50423 is #4AFBDC. Grayscale: #3C3C3C. Windows color (decimal): -4914141 or 2294965. OLE color: 2294965.

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

Color convert

RGB 181 4 35 -
CMYK 0 0.98 0.81 0.29
HSL 349.49º 0.96% 0.36% -
HSV(B) 349.49º 0.98% 0.71% -
XYZ 19.4 10.03 2.5 -
YUV 60.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 181 4 35 0 0.98 0.81 0.29 349.49 0.96 0.36
Hex B5 4 23 0 62 51 1D 15D 60 24
Octal 265 4 43 0 142 121 35 535 140 44
Binary 10110101 100 100011 0 1100010 1010001 11101 101011101 1100000 100100

Color Harmonies of #B50423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50423

Black with #B50423

Text Example


Text Example

White with #B50423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50423; }

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

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

background-color css

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

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

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

border-color css

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

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

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