Html Css Color HEX #B24704 Rust

📋 copy color: '#B24704'

red 178 ◦ green 71 ◦ blue 4

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

Shades of Rust #B24704

Tints of Rust #B24704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 70.36%
G = 28.06%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24704 (or 0xB24704) is known color: Rust. HEX triplet: B2, 47 and 04. RGB value is (178,71,4). Sum of RGB (Red+Green+Blue) = 178+71+4=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B24704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24704 is #4DB8FB. Grayscale: #5F5F5F. Windows color (decimal): -5093628 or 280498. OLE color: 280498.

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

Color convert

RGB 178 71 4 -
CMYK 0 0.60 0.98 0.30
HSL 23.1º 0.96% 0.36% -
HSV(B) 23.1º 0.98% 0.7% -
XYZ 20.64 13.98 1.73 -
YUV 95.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 178 71 4 0 0.60 0.98 0.30 23.1 0.96 0.36
Hex B2 47 4 0 3C 62 1E 17 60 24
Octal 262 107 4 0 74 142 36 27 140 44
Binary 10110010 1000111 100 0 111100 1100010 11110 10111 1100000 100100

Color Harmonies of #B24704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24704

Black with #B24704

Text Example


Text Example

White with #B24704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24704; }

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

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

background-color css

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

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

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

border-color css

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

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

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