#9A1C30

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

Shades of Bright Red #9A1C30

Tints of Bright Red #9A1C30

Color information

#9A1C30 (or 0x9A1C30) is unknown color: approx Bright Red. HEX triplet: 9A, 1C and 30. RGB value is (154,28,48). Sum of RGB (Red+Green+Blue) = 154+28+48=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C30 is #65E3CF. Grayscale: #444444. Windows color (decimal): -6677456 or 3153050. OLE color: 3153050.

HSL color Cylindrical-coordinate representation of color #9A1C30: hue angle of 350.48º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C30 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1542848-
CMYK00.820.690.40
HSL350.48º69.23%35.69%-
HSV(B)350.48º81.82%60.39%-
XYZ14.287.913.57-
YUV67.95116.74189.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.96%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=66.96%
G=12.17%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154284800.820.690.40350.4869.2335.69
Hex9A1C30052452815e4524
Octal232346001221055053610544
Binary10011010111001100000101001010001011010001010111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,28,48); }

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

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

 a { background-color: rgb(154,28,48); }

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

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

 span { border-color: rgb(154,28,48); }

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