Html Css Color HEX #A7330D Rust

📋 copy color: '#A7330D'

red 167 ◦ green 51 ◦ blue 13

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

Shades of Rust #A7330D

Tints of Rust #A7330D

RGB

 RED value IS 167 (65.63% from 255) = 72.29%

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 72.29%
G = 22.08%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7330D (or 0xA7330D) is known color: Rust. HEX triplet: A7, 33 and 0D. RGB value is (167,51,13). Sum of RGB (Red+Green+Blue) = 167+51+13=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7330D is #58CCF2. Grayscale: #515151. Windows color (decimal): -5819635 or 865191. OLE color: 865191.

HSL color Cylindrical-coordinate representation of color #A7330D: hue angle of 14.81º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7330D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 51 13 -
CMYK 0 0.69 0.92 0.35
HSL 14.81º 0.86% 0.35% -
HSV(B) 14.81º 0.92% 0.65% -
XYZ 17.19 10.61 1.52 -
YUV 81.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 167 51 13 0 0.69 0.92 0.35 14.81 0.86 0.35
Hex A7 33 D 0 45 5C 23 F 56 23
Octal 247 63 15 0 105 134 43 17 126 43
Binary 10100111 110011 1101 0 1000101 1011100 100011 1111 1010110 100011

Color Harmonies of #A7330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7330D

Black with #A7330D

Text Example


Text Example

White with #A7330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7330D; }

 p { color: rgb(167,51,13); }

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

background-color css

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

 a { background-color: rgb(167,51,13); }

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

border-color css

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

 span { border-color: rgb(167,51,13); }

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