Html Css Color HEX #B44314 Rust

📋 copy color: '#B44314'

red 180 ◦ green 67 ◦ blue 20

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

Shades of Rust #B44314

Tints of Rust #B44314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 67.42%
G = 25.09%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44314 (or 0xB44314) is known color: Rust. HEX triplet: B4, 43 and 14. RGB value is (180,67,20). Sum of RGB (Red+Green+Blue) = 180+67+20=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44314 is #4BBCEB. Grayscale: #5F5F5F. Windows color (decimal): -4963564 or 1328052. OLE color: 1328052.

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

Color convert

RGB 180 67 20 -
CMYK 0 0.63 0.89 0.29
HSL 17.63º 0.8% 0.39% -
HSV(B) 17.63º 0.89% 0.71% -
XYZ 20.96 13.77 2.21 -
YUV 95.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 180 67 20 0 0.63 0.89 0.29 17.63 0.8 0.39
Hex B4 43 14 0 3F 59 1D 12 50 27
Octal 264 103 24 0 77 131 35 22 120 47
Binary 10110100 1000011 10100 0 111111 1011001 11101 10010 1010000 100111

Color Harmonies of #B44314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44314

Black with #B44314

Text Example


Text Example

White with #B44314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44314; }

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

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

background-color css

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

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

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

border-color css

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

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

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