Html Css Color HEX #A43D23 Rock Spray

📋 copy color: '#A43D23'

red 164 ◦ green 61 ◦ blue 35

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

Shades of Rock Spray #A43D23

Tints of Rock Spray #A43D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 63.08%
G = 23.46%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A43D23 (or 0xA43D23) is known color: Rock Spray. HEX triplet: A4, 3D and 23. RGB value is (164,61,35). Sum of RGB (Red+Green+Blue) = 164+61+35=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D23 is #5BC2DC. Grayscale: #595959. Windows color (decimal): -6013661 or 2309540. OLE color: 2309540.

HSL color Cylindrical-coordinate representation of color #A43D23: hue angle of 12.09º 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 #A43D23 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 61 35 -
CMYK 0 0.63 0.79 0.36
HSL 12.09º 0.65% 0.39% -
HSV(B) 12.09º 0.79% 0.64% -
XYZ 17.28 11.35 2.87 -
YUV 88.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 164 61 35 0 0.63 0.79 0.36 12.09 0.65 0.39
Hex A4 3D 23 0 3F 4F 24 C 41 27
Octal 244 75 43 0 77 117 44 14 101 47
Binary 10100100 111101 100011 0 111111 1001111 100100 1100 1000001 100111

Color Harmonies of #A43D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D23

Black with #A43D23

Text Example


Text Example

White with #A43D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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