Html Css Color HEX #B6440F Rust

📋 copy color: '#B6440F'

red 182 ◦ green 68 ◦ blue 15

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

Shades of Rust #B6440F

Tints of Rust #B6440F

RGB

 RED value IS 182 (71.48% from 255) = 68.68%

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

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 68.68%
G = 25.66%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6440F (or 0xB6440F) is known color: Rust. HEX triplet: B6, 44 and 0F. RGB value is (182,68,15). Sum of RGB (Red+Green+Blue) = 182+68+15=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6440F is #49BBF0. Grayscale: #606060. Windows color (decimal): -4832241 or 1000630. OLE color: 1000630.

HSL color Cylindrical-coordinate representation of color #B6440F: hue angle of 19.04º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6440F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 15 -
CMYK 0 0.63 0.92 0.29
HSL 19.04º 0.85% 0.39% -
HSV(B) 19.04º 0.92% 0.71% -
XYZ 21.44 14.11 2.05 -
YUV 96.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 182 68 15 0 0.63 0.92 0.29 19.04 0.85 0.39
Hex B6 44 F 0 3F 5C 1D 13 55 27
Octal 266 104 17 0 77 134 35 23 125 47
Binary 10110110 1000100 1111 0 111111 1011100 11101 10011 1010101 100111

Color Harmonies of #B6440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6440F

Black with #B6440F

Text Example


Text Example

White with #B6440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6440F; }

 p { color: rgb(182,68,15); }

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

background-color css

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

 a { background-color: rgb(182,68,15); }

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

border-color css

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

 span { border-color: rgb(182,68,15); }

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