Html Css Color HEX #A52130 Bright Red

📋 copy color: '#A52130'

red 165 ◦ green 33 ◦ blue 48

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

Shades of Bright Red #A52130

Tints of Bright Red #A52130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 67.07%
G = 13.41%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A52130 (or 0xA52130) is known color: Bright Red. HEX triplet: A5, 21 and 30. RGB value is (165,33,48). Sum of RGB (Red+Green+Blue) = 165+33+48=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A52130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52130 is #5ADECF. Grayscale: #4A4A4A. Windows color (decimal): -5955280 or 3154341. OLE color: 3154341.

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

Color convert

RGB 165 33 48 -
CMYK 0 0.8 0.71 0.35
HSL 353.18º 0.67% 0.39% -
HSV(B) 353.18º 0.8% 0.65% -
XYZ 16.59 9.3 3.72 -
YUV 74.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 165 33 48 0 0.8 0.71 0.35 353.18 0.67 0.39
Hex A5 21 30 0 50 47 23 161 43 27
Octal 245 41 60 0 120 107 43 541 103 47
Binary 10100101 100001 110000 0 1010000 1000111 100011 101100001 1000011 100111

Color Harmonies of #A52130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52130

Black with #A52130

Text Example


Text Example

White with #A52130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52130; }

 p { color: rgb(165,33,48); }

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

background-color css

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

 a { background-color: rgb(165,33,48); }

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

border-color css

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

 span { border-color: rgb(165,33,48); }

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