#B00F26

Color #B00F26 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B00F26

Tints of Venetian Red #B00F26

Color information

#B00F26 (or 0xB00F26) is unknown color: approx Venetian Red. HEX triplet: B0, 0F and 26. RGB value is (176,15,38). Sum of RGB (Red+Green+Blue) = 176+15+38=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00F26 is #4FF0D9. Grayscale: #414141. Windows color (decimal): -5239002 or 2494384. OLE color: 2494384.

HSL color Cylindrical-coordinate representation of color #B00F26: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F26 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1761538-
CMYK00.910.780.31
HSL351.43º84.29%37.45%-
HSV(B)351.43º91.48%69.02%-
XYZ18.439.712.74-
YUV65.76112.34206.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.86%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=76.86%
G=6.55%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176153800.910.780.31351.4384.2937.45
HexB0F2605B4E1F15f5425
Octal260174601331163753712445
Binary101100001111100110010110111001110111111010111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F26; }

 p { color: rgb(176,15,38); }

 H1.HeaderClassName
 {
   color: #B00F26;
 }
 .AnyTagClassName
 {
   color: #B00F26;
 }
</style>
background-color css

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

 a { background-color: rgb(176,15,38); }

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

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

 span { border-color: rgb(176,15,38); }

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