Html Css Color HEX #A51435 Bright Red

📋 copy color: '#A51435'

red 165 ◦ green 20 ◦ blue 53

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

Shades of Bright Red #A51435

Tints of Bright Red #A51435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 69.33%
G = 8.4%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A51435 (or 0xA51435) is known color: Bright Red. HEX triplet: A5, 14 and 35. RGB value is (165,20,53). Sum of RGB (Red+Green+Blue) = 165+20+53=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A51435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51435 is #5AEBCA. Grayscale: #434343. Windows color (decimal): -5958603 or 3478693. OLE color: 3478693.

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

Color convert

RGB 165 20 53 -
CMYK 0 0.88 0.68 0.35
HSL 346.34º 0.78% 0.36% -
HSV(B) 346.34º 0.88% 0.65% -
XYZ 16.41 8.76 4.19 -
YUV 67.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 165 20 53 0 0.88 0.68 0.35 346.34 0.78 0.36
Hex A5 14 35 0 58 44 23 15A 4E 24
Octal 245 24 65 0 130 104 43 532 116 44
Binary 10100101 10100 110101 0 1011000 1000100 100011 101011010 1001110 100100

Color Harmonies of #A51435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51435

Black with #A51435

Text Example


Text Example

White with #A51435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51435; }

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

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

background-color css

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

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

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

border-color css

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

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

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