Html Css Color HEX #B6400A Rust

📋 copy color: '#B6400A'

red 182 ◦ green 64 ◦ blue 10

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

Shades of Rust #B6400A

Tints of Rust #B6400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 71.09%
G = 25%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B6400A (or 0xB6400A) is known color: Rust. HEX triplet: B6, 40 and 0A. RGB value is (182,64,10). Sum of RGB (Red+Green+Blue) = 182+64+10=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B6400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6400A is #49BFF5. Grayscale: #5D5D5D. Windows color (decimal): -4833270 or 671926. OLE color: 671926.

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

Color convert

RGB 182 64 10 -
CMYK 0 0.65 0.95 0.29
HSL 18.84º 0.9% 0.38% -
HSV(B) 18.84º 0.95% 0.71% -
XYZ 21.18 13.63 1.8 -
YUV 93.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 182 64 10 0 0.65 0.95 0.29 18.84 0.9 0.38
Hex B6 40 A 0 41 5F 1D 13 5A 26
Octal 266 100 12 0 101 137 35 23 132 46
Binary 10110110 1000000 1010 0 1000001 1011111 11101 10011 1011010 100110

Color Harmonies of #B6400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6400A

Black with #B6400A

Text Example


Text Example

White with #B6400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6400A; }

 p { color: rgb(182,64,10); }

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

background-color css

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

 a { background-color: rgb(182,64,10); }

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

border-color css

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

 span { border-color: rgb(182,64,10); }

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