Html Css Color HEX #B24610 Rust

📋 copy color: '#B24610'

red 178 ◦ green 70 ◦ blue 16

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

Shades of Rust #B24610

Tints of Rust #B24610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 67.42%
G = 26.52%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24610 (or 0xB24610) is known color: Rust. HEX triplet: B2, 46 and 10. RGB value is (178,70,16). Sum of RGB (Red+Green+Blue) = 178+70+16=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24610 is #4DB9EF. Grayscale: #606060. Windows color (decimal): -5093872 or 1066674. OLE color: 1066674.

HSL color Cylindrical-coordinate representation of color #B24610: hue angle of 20º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24610 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 16 -
CMYK 0 0.61 0.91 0.30
HSL 20º 0.84% 0.38% -
HSV(B) 20º 0.91% 0.7% -
XYZ 20.64 13.88 2.08 -
YUV 96.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 178 70 16 0 0.61 0.91 0.30 20 0.84 0.38
Hex B2 46 10 0 3D 5B 1E 14 54 26
Octal 262 106 20 0 75 133 36 24 124 46
Binary 10110010 1000110 10000 0 111101 1011011 11110 10100 1010100 100110

Color Harmonies of #B24610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24610

Black with #B24610

Text Example


Text Example

White with #B24610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24610; }

 p { color: rgb(178,70,16); }

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

background-color css

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

 a { background-color: rgb(178,70,16); }

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

border-color css

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

 span { border-color: rgb(178,70,16); }

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