Html Css Color HEX #A33F05 Rust

📋 copy color: '#A33F05'

red 163 ◦ green 63 ◦ blue 5

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

Shades of Rust #A33F05

Tints of Rust #A33F05

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 70.56%
G = 27.27%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33F05 (or 0xA33F05) is known color: Rust. HEX triplet: A3, 3F and 05. RGB value is (163,63,5). Sum of RGB (Red+Green+Blue) = 163+63+5=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F05 is #5CC0FA. Grayscale: #565656. Windows color (decimal): -6078715 or 343971. OLE color: 343971.

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

Color convert

RGB 163 63 5 -
CMYK 0 0.61 0.97 0.36
HSL 22.03º 0.94% 0.33% -
HSV(B) 22.03º 0.97% 0.64% -
XYZ 16.91 11.35 1.44 -
YUV 86.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 163 63 5 0 0.61 0.97 0.36 22.03 0.94 0.33
Hex A3 3F 5 0 3D 61 24 16 5E 21
Octal 243 77 5 0 75 141 44 26 136 41
Binary 10100011 111111 101 0 111101 1100001 100100 10110 1011110 100001

Color Harmonies of #A33F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F05

Black with #A33F05

Text Example


Text Example

White with #A33F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F05; }

 p { color: rgb(163,63,5); }

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

background-color css

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

 a { background-color: rgb(163,63,5); }

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

border-color css

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

 span { border-color: rgb(163,63,5); }

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