Html Css Color HEX #A33D07 Rust

📋 copy color: '#A33D07'

red 163 ◦ green 61 ◦ blue 7

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

Shades of Rust #A33D07

Tints of Rust #A33D07

RGB

 RED value IS 163 (64.06% from 255) = 70.56%

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

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 70.56%
G = 26.41%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A33D07 (or 0xA33D07) is known color: Rust. HEX triplet: A3, 3D and 07. RGB value is (163,61,7). Sum of RGB (Red+Green+Blue) = 163+61+7=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33D07 is #5CC2F8. Grayscale: #555555. Windows color (decimal): -6079225 or 474531. OLE color: 474531.

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

Color convert

RGB 163 61 7 -
CMYK 0 0.63 0.96 0.36
HSL 20.77º 0.92% 0.33% -
HSV(B) 20.77º 0.96% 0.64% -
XYZ 16.81 11.14 1.47 -
YUV 85.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 163 61 7 0 0.63 0.96 0.36 20.77 0.92 0.33
Hex A3 3D 7 0 3F 60 24 15 5C 21
Octal 243 75 7 0 77 140 44 25 134 41
Binary 10100011 111101 111 0 111111 1100000 100100 10101 1011100 100001

Color Harmonies of #A33D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33D07

Black with #A33D07

Text Example


Text Example

White with #A33D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33D07; }

 p { color: rgb(163,61,7); }

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

background-color css

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

 a { background-color: rgb(163,61,7); }

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

border-color css

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

 span { border-color: rgb(163,61,7); }

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