#B1414B

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

Shades of Night Shadz #B1414B

Tints of Night Shadz #B1414B

Color information

#B1414B (or 0xB1414B) is unknown color: approx Night Shadz. HEX triplet: B1, 41 and 4B. RGB value is (177,65,75). Sum of RGB (Red+Green+Blue) = 177+65+75=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1414B is #4EBEB4. Grayscale: #636363. Windows color (decimal): -5160629 or 4932017. OLE color: 4932017.

HSL color Cylindrical-coordinate representation of color #B1414B: hue angle of 354.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1414B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1776575-
CMYK00.630.580.31
HSL354.64º46.28%47.45%-
HSV(B)354.64º63.28%69.41%-
XYZ21.2913.648.17-
YUV99.63114.11183.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=55.84%
G=20.50%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177657500.630.580.31354.6446.2847.45
HexB1414B03F3A1F1632e2f
Octal26110111307772375435657
Binary1011000110000011001011011111111101011111101100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1414B; }

 p { color: rgb(177,65,75); }

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

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

 a { background-color: rgb(177,65,75); }

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

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

 span { border-color: rgb(177,65,75); }

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