Html Css Color HEX #B6431D Rust

📋 copy color: '#B6431D'

red 182 ◦ green 67 ◦ blue 29

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

Shades of Rust #B6431D

Tints of Rust #B6431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 65.47%
G = 24.1%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6431D (or 0xB6431D) is known color: Rust. HEX triplet: B6, 43 and 1D. RGB value is (182,67,29). Sum of RGB (Red+Green+Blue) = 182+67+29=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6431D is #49BCE2. Grayscale: #616161. Windows color (decimal): -4832483 or 1917878. OLE color: 1917878.

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

Color convert

RGB 182 67 29 -
CMYK 0 0.63 0.84 0.29
HSL 14.9º 0.73% 0.41% -
HSV(B) 14.9º 0.84% 0.71% -
XYZ 21.52 14.05 2.74 -
YUV 97.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 182 67 29 0 0.63 0.84 0.29 14.9 0.73 0.41
Hex B6 43 1D 0 3F 54 1D F 49 29
Octal 266 103 35 0 77 124 35 17 111 51
Binary 10110110 1000011 11101 0 111111 1010100 11101 1111 1001001 101001

Color Harmonies of #B6431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6431D

Black with #B6431D

Text Example


Text Example

White with #B6431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6431D; }

 p { color: rgb(182,67,29); }

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

background-color css

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

 a { background-color: rgb(182,67,29); }

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

border-color css

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

 span { border-color: rgb(182,67,29); }

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