Html Css Color HEX #B44610 Rust

📋 copy color: '#B44610'

red 180 ◦ green 70 ◦ blue 16

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

Shades of Rust #B44610

Tints of Rust #B44610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 67.67%
G = 26.32%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44610 (or 0xB44610) is known color: Rust. HEX triplet: B4, 46 and 10. RGB value is (180,70,16). Sum of RGB (Red+Green+Blue) = 180+70+16=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44610 is #4BB9EF. Grayscale: #616161. Windows color (decimal): -4962800 or 1066676. OLE color: 1066676.

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

Color convert

RGB 180 70 16 -
CMYK 0 0.61 0.91 0.29
HSL 19.76º 0.84% 0.38% -
HSV(B) 19.76º 0.91% 0.71% -
XYZ 21.11 14.12 2.1 -
YUV 96.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 180 70 16 0 0.61 0.91 0.29 19.76 0.84 0.38
Hex B4 46 10 0 3D 5B 1D 14 54 26
Octal 264 106 20 0 75 133 35 24 124 46
Binary 10110100 1000110 10000 0 111101 1011011 11101 10100 1010100 100110

Color Harmonies of #B44610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44610

Black with #B44610

Text Example


Text Example

White with #B44610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44610; }

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

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

background-color css

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

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

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

border-color css

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

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

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