Html Css Color HEX #A01823 Bright Red

📋 copy color: '#A01823'

red 160 ◦ green 24 ◦ blue 35

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

Shades of Bright Red #A01823

Tints of Bright Red #A01823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 73.06%
G = 10.96%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A01823 (or 0xA01823) is known color: Bright Red. HEX triplet: A0, 18 and 23. RGB value is (160,24,35). Sum of RGB (Red+Green+Blue) = 160+24+35=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01823 is #5FE7DC. Grayscale: #424242. Windows color (decimal): -6285277 or 2300064. OLE color: 2300064.

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

Color convert

RGB 160 24 35 -
CMYK 0 0.85 0.78 0.37
HSL 355.15º 0.74% 0.36% -
HSV(B) 355.15º 0.85% 0.63% -
XYZ 15.13 8.25 2.38 -
YUV 65.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 160 24 35 0 0.85 0.78 0.37 355.15 0.74 0.36
Hex A0 18 23 0 55 4E 25 163 4A 24
Octal 240 30 43 0 125 116 45 543 112 44
Binary 10100000 11000 100011 0 1010101 1001110 100101 101100011 1001010 100100

Color Harmonies of #A01823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01823

Black with #A01823

Text Example


Text Example

White with #A01823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01823; }

 p { color: rgb(160,24,35); }

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

background-color css

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

 a { background-color: rgb(160,24,35); }

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

border-color css

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

 span { border-color: rgb(160,24,35); }

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