Html Css Color HEX #A4370F Rust

📋 copy color: '#A4370F'

red 164 ◦ green 55 ◦ blue 15

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

Shades of Rust #A4370F

Tints of Rust #A4370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 70.09%
G = 23.5%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4370F (or 0xA4370F) is known color: Rust. HEX triplet: A4, 37 and 0F. RGB value is (164,55,15). Sum of RGB (Red+Green+Blue) = 164+55+15=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A4370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4370F is #5BC8F0. Grayscale: #535353. Windows color (decimal): -6015217 or 997284. OLE color: 997284.

HSL color Cylindrical-coordinate representation of color #A4370F: hue angle of 16.11º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4370F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 15 -
CMYK 0 0.66 0.91 0.36
HSL 16.11º 0.83% 0.35% -
HSV(B) 16.11º 0.91% 0.64% -
XYZ 16.76 10.66 1.63 -
YUV 83.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 164 55 15 0 0.66 0.91 0.36 16.11 0.83 0.35
Hex A4 37 F 0 42 5B 24 10 53 23
Octal 244 67 17 0 102 133 44 20 123 43
Binary 10100100 110111 1111 0 1000010 1011011 100100 10000 1010011 100011

Color Harmonies of #A4370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4370F

Black with #A4370F

Text Example


Text Example

White with #A4370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4370F; }

 p { color: rgb(164,55,15); }

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

background-color css

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

 a { background-color: rgb(164,55,15); }

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

border-color css

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

 span { border-color: rgb(164,55,15); }

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