Html Css Color HEX #A33A0F Rust

📋 copy color: '#A33A0F'

red 163 ◦ green 58 ◦ blue 15

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

Shades of Rust #A33A0F

Tints of Rust #A33A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.58%

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

R = 69.07%
G = 24.58%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A33A0F (or 0xA33A0F) is known color: Rust. HEX triplet: A3, 3A and 0F. RGB value is (163,58,15). Sum of RGB (Red+Green+Blue) = 163+58+15=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A0F is #5CC5F0. Grayscale: #545454. Windows color (decimal): -6079985 or 998051. OLE color: 998051.

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

Color convert

RGB 163 58 15 -
CMYK 0 0.64 0.91 0.36
HSL 17.43º 0.83% 0.35% -
HSV(B) 17.43º 0.91% 0.64% -
XYZ 16.7 10.85 1.67 -
YUV 84.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 163 58 15 0 0.64 0.91 0.36 17.43 0.83 0.35
Hex A3 3A F 0 40 5B 24 11 53 23
Octal 243 72 17 0 100 133 44 21 123 43
Binary 10100011 111010 1111 0 1000000 1011011 100100 10001 1010011 100011

Color Harmonies of #A33A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A0F

Black with #A33A0F

Text Example


Text Example

White with #A33A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A0F; }

 p { color: rgb(163,58,15); }

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

background-color css

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

 a { background-color: rgb(163,58,15); }

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

border-color css

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

 span { border-color: rgb(163,58,15); }

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