Html Css Color HEX #B00506 Venetian Red

📋 copy color: '#B00506'

red 176 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #B00506

Tints of Venetian Red #B00506

RGB

 RED value IS 176 (69.14% from 255) = 94.12%

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 94.12%
G = 2.67%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B00506 (or 0xB00506) is known color: Venetian Red. HEX triplet: B0, 05 and 06. RGB value is (176,5,6). Sum of RGB (Red+Green+Blue) = 176+5+6=187 (24% of max value = 765). Red value is 176 (69.14% from 255 or 94.12% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 176 - color contains mainly: red. Hex color #B00506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00506 is #4FFAF9. Grayscale: #383838. Windows color (decimal): -5241594 or 394672. OLE color: 394672.

HSL color Cylindrical-coordinate representation of color #B00506: hue angle of 359.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00506 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 6 -
CMYK 0 0.97 0.97 0.31
HSL 359.65º 0.94% 0.35% -
HSV(B) 359.65º 0.97% 0.69% -
XYZ 17.99 9.35 1.03 -
YUV 56.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 176 5 6 0 0.97 0.97 0.31 359.65 0.94 0.35
Hex B0 5 6 0 61 61 1F 168 5E 23
Octal 260 5 6 0 141 141 37 550 136 43
Binary 10110000 101 110 0 1100001 1100001 11111 101101000 1011110 100011

Color Harmonies of #B00506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00506

Black with #B00506

Text Example


Text Example

White with #B00506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00506; }

 p { color: rgb(176,5,6); }

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

background-color css

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

 a { background-color: rgb(176,5,6); }

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

border-color css

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

 span { border-color: rgb(176,5,6); }

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