Html Css Color HEX #B44514 Rust

📋 copy color: '#B44514'

red 180 ◦ green 69 ◦ blue 20

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

Shades of Rust #B44514

Tints of Rust #B44514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 66.91%
G = 25.65%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44514 (or 0xB44514) is known color: Rust. HEX triplet: B4, 45 and 14. RGB value is (180,69,20). Sum of RGB (Red+Green+Blue) = 180+69+20=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44514 is #4BBAEB. Grayscale: #606060. Windows color (decimal): -4963052 or 1328564. OLE color: 1328564.

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

Color convert

RGB 180 69 20 -
CMYK 0 0.62 0.89 0.29
HSL 18.38º 0.8% 0.39% -
HSV(B) 18.38º 0.89% 0.71% -
XYZ 21.08 14.01 2.26 -
YUV 96.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 180 69 20 0 0.62 0.89 0.29 18.38 0.8 0.39
Hex B4 45 14 0 3E 59 1D 12 50 27
Octal 264 105 24 0 76 131 35 22 120 47
Binary 10110100 1000101 10100 0 111110 1011001 11101 10010 1010000 100111

Color Harmonies of #B44514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44514

Black with #B44514

Text Example


Text Example

White with #B44514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44514; }

 p { color: rgb(180,69,20); }

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

background-color css

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

 a { background-color: rgb(180,69,20); }

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

border-color css

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

 span { border-color: rgb(180,69,20); }

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