Html Css Color HEX #B24600 Rust

📋 copy color: '#B24600'

red 178 ◦ green 70 ◦ blue 0

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

Shades of Rust #B24600

Tints of Rust #B24600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.77%
G = 28.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B24600 (or 0xB24600) is known color: Rust. HEX triplet: B2, 46 and 00. RGB value is (178,70,0). Sum of RGB (Red+Green+Blue) = 178+70+0=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B24600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24600 is #4DB9FF. Grayscale: #5E5E5E. Windows color (decimal): -5093888 or 18098. OLE color: 18098.

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

Color convert

RGB 178 70 0 -
CMYK 0 0.61 1 0.30
HSL 23.6º 1% 0.35% -
HSV(B) 23.6º 1% 0.7% -
XYZ 20.55 13.85 1.59 -
YUV 94.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 178 70 0 0 0.61 1 0.30 23.6 1 0.35
Hex B2 46 0 0 3D 64 1E 18 64 23
Octal 262 106 0 0 75 144 36 30 144 43
Binary 10110010 1000110 0 0 111101 1100100 11110 11000 1100100 100011

Color Harmonies of #B24600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24600

Black with #B24600

Text Example


Text Example

White with #B24600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24600; }

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

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

background-color css

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

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

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

border-color css

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

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

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