Html Css Color HEX #A0242E Bright Red

📋 copy color: '#A0242E'

red 160 ◦ green 36 ◦ blue 46

#A0242E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A0242E

Tints of Bright Red #A0242E

RGB

 RED value IS 160 (62.89% from 255) = 66.12%

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 46 (18.36% from 255) = 19.01%

R = 66.12%
G = 14.88%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0242E (or 0xA0242E) is known color: Bright Red. HEX triplet: A0, 24 and 2E. RGB value is (160,36,46). Sum of RGB (Red+Green+Blue) = 160+36+46=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0242E is #5FDBD1. Grayscale: #4A4A4A. Windows color (decimal): -6282194 or 3024032. OLE color: 3024032.

HSL color Cylindrical-coordinate representation of color #A0242E: hue angle of 355.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0242E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 46 -
CMYK 0 0.78 0.71 0.37
HSL 355.16º 0.63% 0.38% -
HSV(B) 355.16º 0.78% 0.63% -
XYZ 15.62 8.93 3.49 -
YUV 74.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 160 36 46 0 0.78 0.71 0.37 355.16 0.63 0.38
Hex A0 24 2E 0 4E 47 25 163 3F 26
Octal 240 44 56 0 116 107 45 543 77 46
Binary 10100000 100100 101110 0 1001110 1000111 100101 101100011 111111 100110

Color Harmonies of #A0242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0242E

Black with #A0242E

Text Example


Text Example

White with #A0242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0242E; }

 p { color: rgb(160,36,46); }

 H1.HeaderClassName
 {
   color: #A0242E;
 }
 .AnyTagClassName
 {
   color: #A0242E;
 }
</style>

background-color css

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

 a { background-color: rgb(160,36,46); }

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

border-color css

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

 span { border-color: rgb(160,36,46); }

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