Html Css Color HEX #A43D1F Rock Spray

📋 copy color: '#A43D1F'

red 164 ◦ green 61 ◦ blue 31

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

Shades of Rock Spray #A43D1F

Tints of Rock Spray #A43D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 64.06%
G = 23.83%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A43D1F (or 0xA43D1F) is known color: Rock Spray. HEX triplet: A4, 3D and 1F. RGB value is (164,61,31). Sum of RGB (Red+Green+Blue) = 164+61+31=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D1F is #5BC2E0. Grayscale: #585858. Windows color (decimal): -6013665 or 2047396. OLE color: 2047396.

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

Color convert

RGB 164 61 31 -
CMYK 0 0.63 0.81 0.36
HSL 13.53º 0.68% 0.38% -
HSV(B) 13.53º 0.81% 0.64% -
XYZ 17.23 11.33 2.58 -
YUV 88.38 95.62 181.94 -
System Red Green Blue C M Y K H S L
Decimal 164 61 31 0 0.63 0.81 0.36 13.53 0.68 0.38
Hex A4 3D 1F 0 3F 51 24 E 44 26
Octal 244 75 37 0 77 121 44 16 104 46
Binary 10100100 111101 11111 0 111111 1010001 100100 1110 1000100 100110

Color Harmonies of #A43D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D1F

Black with #A43D1F

Text Example


Text Example

White with #A43D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D1F; }

 p { color: rgb(164,61,31); }

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

background-color css

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

 a { background-color: rgb(164,61,31); }

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

border-color css

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

 span { border-color: rgb(164,61,31); }

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