Html Css Color HEX #A01237 Bright Red

📋 copy color: '#A01237'

red 160 ◦ green 18 ◦ blue 55

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

Shades of Bright Red #A01237

Tints of Bright Red #A01237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 68.67%
G = 7.73%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01237 (or 0xA01237) is known color: Bright Red. HEX triplet: A0, 12 and 37. RGB value is (160,18,55). Sum of RGB (Red+Green+Blue) = 160+18+55=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A01237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01237 is #5FEDC8. Grayscale: #404040. Windows color (decimal): -6286793 or 3609248. OLE color: 3609248.

HSL color Cylindrical-coordinate representation of color #A01237: hue angle of 344.37º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01237 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 55 -
CMYK 0 0.89 0.66 0.37
HSL 344.37º 0.8% 0.35% -
HSV(B) 344.37º 0.89% 0.63% -
XYZ 15.4 8.18 4.38 -
YUV 64.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 160 18 55 0 0.89 0.66 0.37 344.37 0.8 0.35
Hex A0 12 37 0 59 42 25 158 50 23
Octal 240 22 67 0 131 102 45 530 120 43
Binary 10100000 10010 110111 0 1011001 1000010 100101 101011000 1010000 100011

Color Harmonies of #A01237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01237

Black with #A01237

Text Example


Text Example

White with #A01237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01237; }

 p { color: rgb(160,18,55); }

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

background-color css

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

 a { background-color: rgb(160,18,55); }

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

border-color css

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

 span { border-color: rgb(160,18,55); }

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