Html Css Color HEX #B24706 Rust

📋 copy color: '#B24706'

red 178 ◦ green 71 ◦ blue 6

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

Shades of Rust #B24706

Tints of Rust #B24706

RGB

 RED value IS 178 (69.92% from 255) = 69.8%

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 69.8%
G = 27.84%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B24706 (or 0xB24706) is known color: Rust. HEX triplet: B2, 47 and 06. RGB value is (178,71,6). Sum of RGB (Red+Green+Blue) = 178+71+6=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B24706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24706 is #4DB8F9. Grayscale: #5F5F5F. Windows color (decimal): -5093626 or 411570. OLE color: 411570.

HSL color Cylindrical-coordinate representation of color #B24706: hue angle of 22.67º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B24706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 6 -
CMYK 0 0.60 0.97 0.30
HSL 22.67º 0.93% 0.36% -
HSV(B) 22.67º 0.97% 0.7% -
XYZ 20.65 13.98 1.78 -
YUV 95.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 178 71 6 0 0.60 0.97 0.30 22.67 0.93 0.36
Hex B2 47 6 0 3C 61 1E 17 5D 24
Octal 262 107 6 0 74 141 36 27 135 44
Binary 10110010 1000111 110 0 111100 1100001 11110 10111 1011101 100100

Color Harmonies of #B24706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24706

Black with #B24706

Text Example


Text Example

White with #B24706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24706; }

 p { color: rgb(178,71,6); }

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

background-color css

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

 a { background-color: rgb(178,71,6); }

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

border-color css

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

 span { border-color: rgb(178,71,6); }

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