Html Css Color HEX #A42335 Bright Red

📋 copy color: '#A42335'

red 164 ◦ green 35 ◦ blue 53

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

Shades of Bright Red #A42335

Tints of Bright Red #A42335

RGB

 RED value IS 164 (64.45% from 255) = 65.08%

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 65.08%
G = 13.89%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A42335 (or 0xA42335) is known color: Bright Red. HEX triplet: A4, 23 and 35. RGB value is (164,35,53). Sum of RGB (Red+Green+Blue) = 164+35+53=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42335 is #5BDCCA. Grayscale: #4B4B4B. Windows color (decimal): -6020299 or 3482532. OLE color: 3482532.

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

Color convert

RGB 164 35 53 -
CMYK 0 0.79 0.68 0.36
HSL 351.63º 0.65% 0.39% -
HSV(B) 351.63º 0.79% 0.64% -
XYZ 16.55 9.35 4.3 -
YUV 75.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 164 35 53 0 0.79 0.68 0.36 351.63 0.65 0.39
Hex A4 23 35 0 4F 44 24 160 41 27
Octal 244 43 65 0 117 104 44 540 101 47
Binary 10100100 100011 110101 0 1001111 1000100 100100 101100000 1000001 100111

Color Harmonies of #A42335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42335

Black with #A42335

Text Example


Text Example

White with #A42335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42335; }

 p { color: rgb(164,35,53); }

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

background-color css

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

 a { background-color: rgb(164,35,53); }

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

border-color css

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

 span { border-color: rgb(164,35,53); }

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