Html Css Color HEX #B44810 Rust

📋 copy color: '#B44810'

red 180 ◦ green 72 ◦ blue 16

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

Shades of Rust #B44810

Tints of Rust #B44810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 67.16%
G = 26.87%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44810 (or 0xB44810) is known color: Rust. HEX triplet: B4, 48 and 10. RGB value is (180,72,16). Sum of RGB (Red+Green+Blue) = 180+72+16=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44810 is #4BB7EF. Grayscale: #626262. Windows color (decimal): -4962288 or 1067188. OLE color: 1067188.

HSL color Cylindrical-coordinate representation of color #B44810: hue angle of 20.49º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44810 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 16 -
CMYK 0 0.60 0.91 0.29
HSL 20.49º 0.84% 0.38% -
HSV(B) 20.49º 0.91% 0.71% -
XYZ 21.23 14.38 2.15 -
YUV 97.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 180 72 16 0 0.60 0.91 0.29 20.49 0.84 0.38
Hex B4 48 10 0 3C 5B 1D 14 54 26
Octal 264 110 20 0 74 133 35 24 124 46
Binary 10110100 1001000 10000 0 111100 1011011 11101 10100 1010100 100110

Color Harmonies of #B44810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44810

Black with #B44810

Text Example


Text Example

White with #B44810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44810; }

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

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

background-color css

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

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

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

border-color css

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

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

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