Html Css Color HEX #B50004 Venetian Red

📋 copy color: '#B50004'

red 181 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #B50004

Tints of Venetian Red #B50004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 97.84%
G = 0%
B = 2.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B50004 (or 0xB50004) is known color: Venetian Red. HEX triplet: B5, 00 and 04. RGB value is (181,0,4). Sum of RGB (Red+Green+Blue) = 181+0+4=185 (24% of max value = 765). Red value is 181 (71.09% from 255 or 97.84% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 181 - color contains mainly: red. Hex color #B50004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50004 is #4AFFFB. Grayscale: #363636. Windows color (decimal): -4915196 or 262325. OLE color: 262325.

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

Color convert

RGB 181 0 4 -
CMYK 0 1 0.98 0.29
HSL 358.67º 1% 0.35% -
HSV(B) 358.67º 1% 0.71% -
XYZ 19.08 9.83 1.01 -
YUV 54.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 181 0 4 0 1 0.98 0.29 358.67 1 0.35
Hex B5 0 4 0 64 62 1D 167 64 23
Octal 265 0 4 0 144 142 35 547 144 43
Binary 10110101 0 100 0 1100100 1100010 11101 101100111 1100100 100011

Color Harmonies of #B50004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50004

Black with #B50004

Text Example


Text Example

White with #B50004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50004; }

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

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

background-color css

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

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

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

border-color css

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

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

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