Html Css Color HEX #B50007 Venetian Red

📋 copy color: '#B50007'

red 181 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #B50007

Tints of Venetian Red #B50007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 96.28%
G = 0%
B = 3.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B50007 (or 0xB50007) is known color: Venetian Red. HEX triplet: B5, 00 and 07. RGB value is (181,0,7). Sum of RGB (Red+Green+Blue) = 181+0+7=188 (24% of max value = 765). Red value is 181 (71.09% from 255 or 96.28% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 181 - color contains mainly: red. Hex color #B50007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50007 is #4AFFF8. Grayscale: #373737. Windows color (decimal): -4915193 or 458933. OLE color: 458933.

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

Color convert

RGB 181 0 7 -
CMYK 0 1 0.96 0.29
HSL 357.68º 1% 0.35% -
HSV(B) 357.68º 1% 0.71% -
XYZ 19.09 9.84 1.09 -
YUV 54.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 181 0 7 0 1 0.96 0.29 357.68 1 0.35
Hex B5 0 7 0 64 60 1D 166 64 23
Octal 265 0 7 0 144 140 35 546 144 43
Binary 10110101 0 111 0 1100100 1100000 11101 101100110 1100100 100011

Color Harmonies of #B50007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50007

Black with #B50007

Text Example


Text Example

White with #B50007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50007; }

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

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

background-color css

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

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

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

border-color css

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

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

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