Html Css Color HEX #B24206 Rust

📋 copy color: '#B24206'

red 178 ◦ green 66 ◦ blue 6

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

Shades of Rust #B24206

Tints of Rust #B24206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 71.2%
G = 26.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B24206 (or 0xB24206) is known color: Rust. HEX triplet: B2, 42 and 06. RGB value is (178,66,6). Sum of RGB (Red+Green+Blue) = 178+66+6=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24206 is #4DBDF9. Grayscale: #5D5D5D. Windows color (decimal): -5094906 or 410290. OLE color: 410290.

HSL color Cylindrical-coordinate representation of color #B24206: hue angle of 20.93º 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 #B24206 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 6 -
CMYK 0 0.63 0.97 0.30
HSL 20.93º 0.93% 0.36% -
HSV(B) 20.93º 0.97% 0.7% -
XYZ 20.34 13.37 1.68 -
YUV 92.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 178 66 6 0 0.63 0.97 0.30 20.93 0.93 0.36
Hex B2 42 6 0 3F 61 1E 15 5D 24
Octal 262 102 6 0 77 141 36 25 135 44
Binary 10110010 1000010 110 0 111111 1100001 11110 10101 1011101 100100

Color Harmonies of #B24206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24206

Black with #B24206

Text Example


Text Example

White with #B24206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24206; }

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

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

background-color css

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

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

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

border-color css

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

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

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