Html Css Color HEX #B50102 Venetian Red

📋 copy color: '#B50102'

red 181 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #B50102

Tints of Venetian Red #B50102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 98.37%
G = 0.54%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50102 (or 0xB50102) is known color: Venetian Red. HEX triplet: B5, 01 and 02. RGB value is (181,1,2). Sum of RGB (Red+Green+Blue) = 181+1+2=184 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.37% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 181 - color contains mainly: red. Hex color #B50102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50102 is #4AFEFD. Grayscale: #373737. Windows color (decimal): -4914942 or 131509. OLE color: 131509.

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

Color convert

RGB 181 1 2 -
CMYK 0 0.99 0.99 0.29
HSL 359.67º 0.99% 0.36% -
HSV(B) 359.67º 0.99% 0.71% -
XYZ 19.08 9.85 0.95 -
YUV 54.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 181 1 2 0 0.99 0.99 0.29 359.67 0.99 0.36
Hex B5 1 2 0 63 63 1D 168 63 24
Octal 265 1 2 0 143 143 35 550 143 44
Binary 10110101 1 10 0 1100011 1100011 11101 101101000 1100011 100100

Color Harmonies of #B50102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50102

Black with #B50102

Text Example


Text Example

White with #B50102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50102; }

 p { color: rgb(181,1,2); }

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

background-color css

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

 a { background-color: rgb(181,1,2); }

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

border-color css

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

 span { border-color: rgb(181,1,2); }

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