Html Css Color HEX #B24800 Rust

📋 copy color: '#B24800'

red 178 ◦ green 72 ◦ blue 0

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

Shades of Rust #B24800

Tints of Rust #B24800

RGB

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

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

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

R = 71.2%
G = 28.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B24800 (or 0xB24800) is known color: Rust. HEX triplet: B2, 48 and 00. RGB value is (178,72,0). Sum of RGB (Red+Green+Blue) = 178+72+0=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24800 is #4DB7FF. Grayscale: #5F5F5F. Windows color (decimal): -5093376 or 18610. OLE color: 18610.

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

Color convert

RGB 178 72 0 -
CMYK 0 0.60 1 0.30
HSL 24.27º 1% 0.35% -
HSV(B) 24.27º 1% 0.7% -
XYZ 20.68 14.1 1.63 -
YUV 95.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 178 72 0 0 0.60 1 0.30 24.27 1 0.35
Hex B2 48 0 0 3C 64 1E 18 64 23
Octal 262 110 0 0 74 144 36 30 144 43
Binary 10110010 1001000 0 0 111100 1100100 11110 11000 1100100 100011

Color Harmonies of #B24800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24800

Black with #B24800

Text Example


Text Example

White with #B24800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24800; }

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

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

background-color css

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

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

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

border-color css

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

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

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