Html Css Color HEX #B24508 Rust

📋 copy color: '#B24508'

red 178 ◦ green 69 ◦ blue 8

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

Shades of Rust #B24508

Tints of Rust #B24508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 69.8%
G = 27.06%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24508 (or 0xB24508) is known color: Rust. HEX triplet: B2, 45 and 08. RGB value is (178,69,8). Sum of RGB (Red+Green+Blue) = 178+69+8=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B24508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24508 is #4DBAF7. Grayscale: #5E5E5E. Windows color (decimal): -5094136 or 542130. OLE color: 542130.

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

Color convert

RGB 178 69 8 -
CMYK 0 0.61 0.96 0.30
HSL 21.53º 0.91% 0.36% -
HSV(B) 21.53º 0.96% 0.7% -
XYZ 20.53 13.74 1.8 -
YUV 94.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 178 69 8 0 0.61 0.96 0.30 21.53 0.91 0.36
Hex B2 45 8 0 3D 60 1E 16 5B 24
Octal 262 105 10 0 75 140 36 26 133 44
Binary 10110010 1000101 1000 0 111101 1100000 11110 10110 1011011 100100

Color Harmonies of #B24508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24508

Black with #B24508

Text Example


Text Example

White with #B24508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24508; }

 p { color: rgb(178,69,8); }

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

background-color css

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

 a { background-color: rgb(178,69,8); }

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

border-color css

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

 span { border-color: rgb(178,69,8); }

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