Html Css Color HEX #A43F31 Rock Spray

📋 copy color: '#A43F31'

red 164 ◦ green 63 ◦ blue 49

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

Shades of Rock Spray #A43F31

Tints of Rock Spray #A43F31

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 59.42%
G = 22.83%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A43F31 (or 0xA43F31) is known color: Rock Spray. HEX triplet: A4, 3F and 31. RGB value is (164,63,49). Sum of RGB (Red+Green+Blue) = 164+63+49=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F31 is #5BC0CE. Grayscale: #5B5B5B. Windows color (decimal): -6013135 or 3227556. OLE color: 3227556.

HSL color Cylindrical-coordinate representation of color #A43F31: hue angle of 7.3º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43F31 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 63 49 -
CMYK 0 0.62 0.70 0.36
HSL 7.3º 0.54% 0.42% -
HSV(B) 7.3º 0.7% 0.64% -
XYZ 17.64 11.67 4.23 -
YUV 91.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 164 63 49 0 0.62 0.70 0.36 7.3 0.54 0.42
Hex A4 3F 31 0 3E 46 24 7 36 2A
Octal 244 77 61 0 76 106 44 7 66 52
Binary 10100100 111111 110001 0 111110 1000110 100100 111 110110 101010

Color Harmonies of #A43F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F31

Black with #A43F31

Text Example


Text Example

White with #A43F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F31; }

 p { color: rgb(164,63,49); }

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

background-color css

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

 a { background-color: rgb(164,63,49); }

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

border-color css

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

 span { border-color: rgb(164,63,49); }

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