Html Css Color HEX #B24808 Rust

📋 copy color: '#B24808'

red 178 ◦ green 72 ◦ blue 8

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

Shades of Rust #B24808

Tints of Rust #B24808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 68.99%
G = 27.91%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24808 (or 0xB24808) is known color: Rust. HEX triplet: B2, 48 and 08. RGB value is (178,72,8). Sum of RGB (Red+Green+Blue) = 178+72+8=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B24808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24808 is #4DB7F7. Grayscale: #606060. Windows color (decimal): -5093368 or 542898. OLE color: 542898.

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

Color convert

RGB 178 72 8 -
CMYK 0 0.60 0.96 0.30
HSL 22.59º 0.91% 0.36% -
HSV(B) 22.59º 0.96% 0.7% -
XYZ 20.72 14.12 1.86 -
YUV 96.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 178 72 8 0 0.60 0.96 0.30 22.59 0.91 0.36
Hex B2 48 8 0 3C 60 1E 17 5B 24
Octal 262 110 10 0 74 140 36 27 133 44
Binary 10110010 1001000 1000 0 111100 1100000 11110 10111 1011011 100100

Color Harmonies of #B24808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24808

Black with #B24808

Text Example


Text Example

White with #B24808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24808; }

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

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

background-color css

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

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

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

border-color css

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

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

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