Html Css Color HEX #B44113 Rust

📋 copy color: '#B44113'

red 180 ◦ green 65 ◦ blue 19

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

Shades of Rust #B44113

Tints of Rust #B44113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.62%

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

R = 68.18%
G = 24.62%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44113 (or 0xB44113) is known color: Rust. HEX triplet: B4, 41 and 13. RGB value is (180,65,19). Sum of RGB (Red+Green+Blue) = 180+65+19=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B44113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44113 is #4BBEEC. Grayscale: #5E5E5E. Windows color (decimal): -4964077 or 1262004. OLE color: 1262004.

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

Color convert

RGB 180 65 19 -
CMYK 0 0.64 0.89 0.29
HSL 17.14º 0.81% 0.39% -
HSV(B) 17.14º 0.89% 0.71% -
XYZ 20.83 13.53 2.13 -
YUV 94.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 180 65 19 0 0.64 0.89 0.29 17.14 0.81 0.39
Hex B4 41 13 0 40 59 1D 11 51 27
Octal 264 101 23 0 100 131 35 21 121 47
Binary 10110100 1000001 10011 0 1000000 1011001 11101 10001 1010001 100111

Color Harmonies of #B44113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44113

Black with #B44113

Text Example


Text Example

White with #B44113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44113; }

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

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

background-color css

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

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

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

border-color css

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

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

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