Html Css Color HEX #B44713 Rust

📋 copy color: '#B44713'

red 180 ◦ green 71 ◦ blue 19

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

Shades of Rust #B44713

Tints of Rust #B44713

RGB

 RED value IS 180 (70.7% from 255) = 66.67%

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 66.67%
G = 26.3%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44713 (or 0xB44713) is known color: Rust. HEX triplet: B4, 47 and 13. RGB value is (180,71,19). Sum of RGB (Red+Green+Blue) = 180+71+19=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44713 is #4BB8EC. Grayscale: #616161. Windows color (decimal): -4962541 or 1263540. OLE color: 1263540.

HSL color Cylindrical-coordinate representation of color #B44713: hue angle of 19.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B44713 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 19 -
CMYK 0 0.61 0.89 0.29
HSL 19.38º 0.81% 0.39% -
HSV(B) 19.38º 0.89% 0.71% -
XYZ 21.19 14.26 2.25 -
YUV 97.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 180 71 19 0 0.61 0.89 0.29 19.38 0.81 0.39
Hex B4 47 13 0 3D 59 1D 13 51 27
Octal 264 107 23 0 75 131 35 23 121 47
Binary 10110100 1000111 10011 0 111101 1011001 11101 10011 1010001 100111

Color Harmonies of #B44713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44713

Black with #B44713

Text Example


Text Example

White with #B44713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44713; }

 p { color: rgb(180,71,19); }

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

background-color css

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

 a { background-color: rgb(180,71,19); }

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

border-color css

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

 span { border-color: rgb(180,71,19); }

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