#B00003

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

Shades of Sangria #B00003

Tints of Sangria #B00003

Color information

#B00003 (or 0xB00003) is unknown color: approx Sangria. HEX triplet: B0, 00 and 03. RGB value is (176,0,3). Sum of RGB (Red+Green+Blue) = 176+0+3=179 (23% of max value = 765). Red value is 176 (69.14% from 255 or 98.32% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 176 - color contains mainly: red. Hex color #B00003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00003 is #4FFFFC. Grayscale: #353535. Windows color (decimal): -5242877 or 196784. OLE color: 196784.

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

Color convert

RGB17603-
CMYK010.980.31
HSL358.98º100%34.51%-
HSV(B)358.98º100%69.02%-
XYZ17.929.240.92-
YUV52.9799.81215.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 98.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=98.32%
G=0%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17603010.980.31358.9810034.51
HexB003064621F1676423
Octal2600301441423754714443
Binary10110000011011001001100010111111011001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00003; }

 p { color: rgb(176,0,3); }

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

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

 a { background-color: rgb(176,0,3); }

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

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

 span { border-color: rgb(176,0,3); }

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