Html Css Color HEX #B6401A Rust

📋 copy color: '#B6401A'

red 182 ◦ green 64 ◦ blue 26

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

Shades of Rust #B6401A

Tints of Rust #B6401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 66.91%
G = 23.53%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6401A (or 0xB6401A) is known color: Rust. HEX triplet: B6, 40 and 1A. RGB value is (182,64,26). Sum of RGB (Red+Green+Blue) = 182+64+26=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401A is #49BFE5. Grayscale: #5F5F5F. Windows color (decimal): -4833254 or 1720502. OLE color: 1720502.

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

Color convert

RGB 182 64 26 -
CMYK 0 0.65 0.86 0.29
HSL 14.62º 0.75% 0.41% -
HSV(B) 14.62º 0.86% 0.71% -
XYZ 21.31 13.69 2.5 -
YUV 94.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 182 64 26 0 0.65 0.86 0.29 14.62 0.75 0.41
Hex B6 40 1A 0 41 56 1D F 4B 29
Octal 266 100 32 0 101 126 35 17 113 51
Binary 10110110 1000000 11010 0 1000001 1010110 11101 1111 1001011 101001

Color Harmonies of #B6401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6401A

Black with #B6401A

Text Example


Text Example

White with #B6401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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