Html Css Color HEX #AB381B Rust

📋 copy color: '#AB381B'

red 171 ◦ green 56 ◦ blue 27

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

Shades of Rust #AB381B

Tints of Rust #AB381B

RGB

 RED value IS 171 (67.19% from 255) = 67.32%

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 67.32%
G = 22.05%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB381B (or 0xAB381B) is known color: Rust. HEX triplet: AB, 38 and 1B. RGB value is (171,56,27). Sum of RGB (Red+Green+Blue) = 171+56+27=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB381B is #54C7E4. Grayscale: #575757. Windows color (decimal): -5556197 or 1783979. OLE color: 1783979.

HSL color Cylindrical-coordinate representation of color #AB381B: hue angle of 12.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB381B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 27 -
CMYK 0 0.67 0.84 0.33
HSL 12.08º 0.73% 0.39% -
HSV(B) 12.08º 0.84% 0.67% -
XYZ 18.41 11.57 2.3 -
YUV 87.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 171 56 27 0 0.67 0.84 0.33 12.08 0.73 0.39
Hex AB 38 1B 0 43 54 21 C 49 27
Octal 253 70 33 0 103 124 41 14 111 47
Binary 10101011 111000 11011 0 1000011 1010100 100001 1100 1001001 100111

Color Harmonies of #AB381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB381B

Black with #AB381B

Text Example


Text Example

White with #AB381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB381B; }

 p { color: rgb(171,56,27); }

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

background-color css

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

 a { background-color: rgb(171,56,27); }

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

border-color css

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

 span { border-color: rgb(171,56,27); }

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