Html Css Color HEX #B50023 Venetian Red

📋 copy color: '#B50023'

red 181 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #B50023

Tints of Venetian Red #B50023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.8%
G = 0%
B = 16.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B50023 (or 0xB50023) is known color: Venetian Red. HEX triplet: B5, 00 and 23. RGB value is (181,0,35). Sum of RGB (Red+Green+Blue) = 181+0+35=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B50023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50023 is #4AFFDC. Grayscale: #3A3A3A. Windows color (decimal): -4915165 or 2293941. OLE color: 2293941.

HSL color Cylindrical-coordinate representation of color #B50023: hue angle of 348.4º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50023 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 0 35 -
CMYK 0 1 0.81 0.29
HSL 348.4º 1% 0.35% -
HSV(B) 348.4º 1% 0.71% -
XYZ 19.36 9.95 2.49 -
YUV 58.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 181 0 35 0 1 0.81 0.29 348.4 1 0.35
Hex B5 0 23 0 64 51 1D 15C 64 23
Octal 265 0 43 0 144 121 35 534 144 43
Binary 10110101 0 100011 0 1100100 1010001 11101 101011100 1100100 100011

Color Harmonies of #B50023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50023

Black with #B50023

Text Example


Text Example

White with #B50023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50023; }

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

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

background-color css

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

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

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

border-color css

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

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

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