#9B142A

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

Shades of Bright Red #9B142A

Tints of Bright Red #9B142A

Color information

#9B142A (or 0x9B142A) is unknown color: approx Bright Red. HEX triplet: 9B, 14 and 2A. RGB value is (155,20,42). Sum of RGB (Red+Green+Blue) = 155+20+42=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B142A is #64EBD5. Grayscale: #3E3E3E. Windows color (decimal): -6613974 or 2757787. OLE color: 2757787.

HSL color Cylindrical-coordinate representation of color #9B142A: hue angle of 350.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B142A is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1552042-
CMYK00.870.730.39
HSL350.22º77.14%34.31%-
HSV(B)350.22º87.1%60.78%-
XYZ14.197.642.92-
YUV62.87116.23193.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=71.43%
G=9.22%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155204200.870.730.39350.2277.1434.31
Hex9B142A057492715e4d22
Octal233245201271114753611542
Binary10011011101001010100101011110010011001111010111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B142A; }

 p { color: rgb(155,20,42); }

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

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

 a { background-color: rgb(155,20,42); }

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

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

 span { border-color: rgb(155,20,42); }

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