Html Css Color HEX #B24D04 Rust

📋 copy color: '#B24D04'

red 178 ◦ green 77 ◦ blue 4

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

Shades of Rust #B24D04

Tints of Rust #B24D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.73%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 68.73%
G = 29.73%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24D04 (or 0xB24D04) is known color: Rust. HEX triplet: B2, 4D and 04. RGB value is (178,77,4). Sum of RGB (Red+Green+Blue) = 178+77+4=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24D04 is #4DB2FB. Grayscale: #636363. Windows color (decimal): -5092092 or 282034. OLE color: 282034.

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

Color convert

RGB 178 77 4 -
CMYK 0 0.57 0.98 0.30
HSL 25.17º 0.96% 0.36% -
HSV(B) 25.17º 0.98% 0.7% -
XYZ 21.04 14.78 1.86 -
YUV 98.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 178 77 4 0 0.57 0.98 0.30 25.17 0.96 0.36
Hex B2 4D 4 0 39 62 1E 19 60 24
Octal 262 115 4 0 71 142 36 31 140 44
Binary 10110010 1001101 100 0 111001 1100010 11110 11001 1100000 100100

Color Harmonies of #B24D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D04

Black with #B24D04

Text Example


Text Example

White with #B24D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D04; }

 p { color: rgb(178,77,4); }

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

background-color css

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

 a { background-color: rgb(178,77,4); }

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

border-color css

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

 span { border-color: rgb(178,77,4); }

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