Html Css Color HEX #B44406 Rust

📋 copy color: '#B44406'

red 180 ◦ green 68 ◦ blue 6

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

Shades of Rust #B44406

Tints of Rust #B44406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 70.87%
G = 26.77%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B44406 (or 0xB44406) is known color: Rust. HEX triplet: B4, 44 and 06. RGB value is (180,68,6). Sum of RGB (Red+Green+Blue) = 180+68+6=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B44406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44406 is #4BBBF9. Grayscale: #5E5E5E. Windows color (decimal): -4963322 or 410804. OLE color: 410804.

HSL color Cylindrical-coordinate representation of color #B44406: hue angle of 21.38º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B44406 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 6 -
CMYK 0 0.62 0.97 0.29
HSL 21.38º 0.94% 0.36% -
HSV(B) 21.38º 0.97% 0.71% -
XYZ 20.92 13.85 1.74 -
YUV 94.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 180 68 6 0 0.62 0.97 0.29 21.38 0.94 0.36
Hex B4 44 6 0 3E 61 1D 15 5E 24
Octal 264 104 6 0 76 141 35 25 136 44
Binary 10110100 1000100 110 0 111110 1100001 11101 10101 1011110 100100

Color Harmonies of #B44406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44406

Black with #B44406

Text Example


Text Example

White with #B44406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44406; }

 p { color: rgb(180,68,6); }

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

background-color css

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

 a { background-color: rgb(180,68,6); }

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

border-color css

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

 span { border-color: rgb(180,68,6); }

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