Html Css Color HEX #B44813 Rust

📋 copy color: '#B44813'

red 180 ◦ green 72 ◦ blue 19

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

Shades of Rust #B44813

Tints of Rust #B44813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 66.42%
G = 26.57%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44813 (or 0xB44813) is known color: Rust. HEX triplet: B4, 48 and 13. RGB value is (180,72,19). Sum of RGB (Red+Green+Blue) = 180+72+19=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44813 is #4BB7EC. Grayscale: #626262. Windows color (decimal): -4962285 or 1263796. OLE color: 1263796.

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

Color convert

RGB 180 72 19 -
CMYK 0 0.60 0.89 0.29
HSL 19.75º 0.81% 0.39% -
HSV(B) 19.75º 0.89% 0.71% -
XYZ 21.26 14.39 2.27 -
YUV 98.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 180 72 19 0 0.60 0.89 0.29 19.75 0.81 0.39
Hex B4 48 13 0 3C 59 1D 14 51 27
Octal 264 110 23 0 74 131 35 24 121 47
Binary 10110100 1001000 10011 0 111100 1011001 11101 10100 1010001 100111

Color Harmonies of #B44813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44813

Black with #B44813

Text Example


Text Example

White with #B44813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44813; }

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

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

background-color css

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

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

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

border-color css

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

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

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