Html Css Color HEX #B44210 Rust

📋 copy color: '#B44210'

red 180 ◦ green 66 ◦ blue 16

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

Shades of Rust #B44210

Tints of Rust #B44210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 68.7%
G = 25.19%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44210 (or 0xB44210) is known color: Rust. HEX triplet: B4, 42 and 10. RGB value is (180,66,16). Sum of RGB (Red+Green+Blue) = 180+66+16=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B44210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44210 is #4BBDEF. Grayscale: #5E5E5E. Windows color (decimal): -4963824 or 1065652. OLE color: 1065652.

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

Color convert

RGB 180 66 16 -
CMYK 0 0.63 0.91 0.29
HSL 18.29º 0.84% 0.38% -
HSV(B) 18.29º 0.91% 0.71% -
XYZ 20.86 13.64 2.02 -
YUV 94.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 180 66 16 0 0.63 0.91 0.29 18.29 0.84 0.38
Hex B4 42 10 0 3F 5B 1D 12 54 26
Octal 264 102 20 0 77 133 35 22 124 46
Binary 10110100 1000010 10000 0 111111 1011011 11101 10010 1010100 100110

Color Harmonies of #B44210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44210

Black with #B44210

Text Example


Text Example

White with #B44210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44210; }

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

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

background-color css

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

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

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

border-color css

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

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

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