Html Css Color HEX #A52435 Bright Red

📋 copy color: '#A52435'

red 165 ◦ green 36 ◦ blue 53

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

Shades of Bright Red #A52435

Tints of Bright Red #A52435

RGB

 RED value IS 165 (64.84% from 255) = 64.96%

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

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 64.96%
G = 14.17%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A52435 (or 0xA52435) is known color: Bright Red. HEX triplet: A5, 24 and 35. RGB value is (165,36,53). Sum of RGB (Red+Green+Blue) = 165+36+53=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A52435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52435 is #5ADBCA. Grayscale: #4C4C4C. Windows color (decimal): -5954507 or 3482789. OLE color: 3482789.

HSL color Cylindrical-coordinate representation of color #A52435: hue angle of 352.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52435 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 53 -
CMYK 0 0.78 0.68 0.35
HSL 352.09º 0.64% 0.39% -
HSV(B) 352.09º 0.78% 0.65% -
XYZ 16.79 9.52 4.32 -
YUV 76.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 165 36 53 0 0.78 0.68 0.35 352.09 0.64 0.39
Hex A5 24 35 0 4E 44 23 160 40 27
Octal 245 44 65 0 116 104 43 540 100 47
Binary 10100101 100100 110101 0 1001110 1000100 100011 101100000 1000000 100111

Color Harmonies of #A52435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52435

Black with #A52435

Text Example


Text Example

White with #A52435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52435; }

 p { color: rgb(165,36,53); }

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

background-color css

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

 a { background-color: rgb(165,36,53); }

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

border-color css

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

 span { border-color: rgb(165,36,53); }

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