Html Css Color HEX #A43E2E Rock Spray

📋 copy color: '#A43E2E'

red 164 ◦ green 62 ◦ blue 46

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

Shades of Rock Spray #A43E2E

Tints of Rock Spray #A43E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 60.29%
G = 22.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A43E2E (or 0xA43E2E) is known color: Rock Spray. HEX triplet: A4, 3E and 2E. RGB value is (164,62,46). Sum of RGB (Red+Green+Blue) = 164+62+46=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43E2E is #5BC1D1. Grayscale: #5A5A5A. Windows color (decimal): -6013394 or 3030692. OLE color: 3030692.

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

Color convert

RGB 164 62 46 -
CMYK 0 0.62 0.72 0.36
HSL 8.14º 0.56% 0.41% -
HSV(B) 8.14º 0.72% 0.64% -
XYZ 17.53 11.54 3.89 -
YUV 90.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 164 62 46 0 0.62 0.72 0.36 8.14 0.56 0.41
Hex A4 3E 2E 0 3E 48 24 8 38 29
Octal 244 76 56 0 76 110 44 10 70 51
Binary 10100100 111110 101110 0 111110 1001000 100100 1000 111000 101001

Color Harmonies of #A43E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E2E

Black with #A43E2E

Text Example


Text Example

White with #A43E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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