#B14043

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

Shades of Night Shadz #B14043

Tints of Night Shadz #B14043

Color information

#B14043 (or 0xB14043) is unknown color: approx Night Shadz. HEX triplet: B1, 40 and 43. RGB value is (177,64,67). Sum of RGB (Red+Green+Blue) = 177+64+67=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B14043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14043 is #4EBFBC. Grayscale: #626262. Windows color (decimal): -5160893 or 4407473. OLE color: 4407473.

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

Color convert

RGB1776467-
CMYK00.640.620.31
HSL358.41º46.89%47.25%-
HSV(B)358.41º63.84%69.41%-
XYZ20.9813.426.79-
YUV98.13110.44184.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=57.47%
G=20.78%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177646700.640.620.31358.4146.8947.25
HexB140430403E1F1662f2f
Octal261100103010076375465757
Binary10110001100000010000110100000011111011111101100110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14043; }

 p { color: rgb(177,64,67); }

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

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

 a { background-color: rgb(177,64,67); }

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

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

 span { border-color: rgb(177,64,67); }

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