Html Css Color HEX #B50002 Venetian Red

📋 copy color: '#B50002'

red 181 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #B50002

Tints of Venetian Red #B50002

RGB

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

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

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

R = 98.91%
G = 0%
B = 1.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B50002 (or 0xB50002) is known color: Venetian Red. HEX triplet: B5, 00 and 02. RGB value is (181,0,2). Sum of RGB (Red+Green+Blue) = 181+0+2=183 (24% of max value = 765). Red value is 181 (71.09% from 255 or 98.91% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 181 - color contains mainly: red. Hex color #B50002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50002 is #4AFFFD. Grayscale: #363636. Windows color (decimal): -4915198 or 131253. OLE color: 131253.

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

Color convert

RGB 181 0 2 -
CMYK 0 1 0.99 0.29
HSL 359.34º 1% 0.35% -
HSV(B) 359.34º 1% 0.71% -
XYZ 19.07 9.83 0.95 -
YUV 54.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 181 0 2 0 1 0.99 0.29 359.34 1 0.35
Hex B5 0 2 0 64 63 1D 167 64 23
Octal 265 0 2 0 144 143 35 547 144 43
Binary 10110101 0 10 0 1100100 1100011 11101 101100111 1100100 100011

Color Harmonies of #B50002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50002

Black with #B50002

Text Example


Text Example

White with #B50002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50002; }

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

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

background-color css

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

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

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

border-color css

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

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

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