Html Css Color HEX #B50006 Venetian Red

📋 copy color: '#B50006'

red 181 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #B50006

Tints of Venetian Red #B50006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 96.79%
G = 0%
B = 3.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B50006 (or 0xB50006) is known color: Venetian Red. HEX triplet: B5, 00 and 06. RGB value is (181,0,6). Sum of RGB (Red+Green+Blue) = 181+0+6=187 (24% of max value = 765). Red value is 181 (71.09% from 255 or 96.79% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 181 - color contains mainly: red. Hex color #B50006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50006 is #4AFFF9. Grayscale: #363636. Windows color (decimal): -4915194 or 393397. OLE color: 393397.

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

Color convert

RGB 181 0 6 -
CMYK 0 1 0.97 0.29
HSL 358.01º 1% 0.35% -
HSV(B) 358.01º 1% 0.71% -
XYZ 19.09 9.84 1.06 -
YUV 54.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 181 0 6 0 1 0.97 0.29 358.01 1 0.35
Hex B5 0 6 0 64 61 1D 166 64 23
Octal 265 0 6 0 144 141 35 546 144 43
Binary 10110101 0 110 0 1100100 1100001 11101 101100110 1100100 100011

Color Harmonies of #B50006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50006

Black with #B50006

Text Example


Text Example

White with #B50006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50006; }

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

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

background-color css

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

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

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

border-color css

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

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

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