Html Css Color HEX #A43E30 Rock Spray

📋 copy color: '#A43E30'

red 164 ◦ green 62 ◦ blue 48

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

Shades of Rock Spray #A43E30

Tints of Rock Spray #A43E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

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

R = 59.85%
G = 22.63%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A43E30 (or 0xA43E30) is known color: Rock Spray. HEX triplet: A4, 3E and 30. RGB value is (164,62,48). Sum of RGB (Red+Green+Blue) = 164+62+48=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43E30 is #5BC1CF. Grayscale: #5B5B5B. Windows color (decimal): -6013392 or 3161764. OLE color: 3161764.

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

Color convert

RGB 164 62 48 -
CMYK 0 0.62 0.71 0.36
HSL 7.24º 0.55% 0.42% -
HSV(B) 7.24º 0.71% 0.64% -
XYZ 17.57 11.55 4.1 -
YUV 90.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 164 62 48 0 0.62 0.71 0.36 7.24 0.55 0.42
Hex A4 3E 30 0 3E 47 24 7 37 2A
Octal 244 76 60 0 76 107 44 7 67 52
Binary 10100100 111110 110000 0 111110 1000111 100100 111 110111 101010

Color Harmonies of #A43E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E30

Black with #A43E30

Text Example


Text Example

White with #A43E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E30; }

 p { color: rgb(164,62,48); }

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

background-color css

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

 a { background-color: rgb(164,62,48); }

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

border-color css

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

 span { border-color: rgb(164,62,48); }

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