Html Css Color HEX #B24705 Rust

📋 copy color: '#B24705'

red 178 ◦ green 71 ◦ blue 5

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

Shades of Rust #B24705

Tints of Rust #B24705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 70.08%
G = 27.95%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B24705 (or 0xB24705) is known color: Rust. HEX triplet: B2, 47 and 05. RGB value is (178,71,5). Sum of RGB (Red+Green+Blue) = 178+71+5=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B24705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24705 is #4DB8FA. Grayscale: #5F5F5F. Windows color (decimal): -5093627 or 346034. OLE color: 346034.

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

Color convert

RGB 178 71 5 -
CMYK 0 0.60 0.97 0.30
HSL 22.89º 0.95% 0.36% -
HSV(B) 22.89º 0.97% 0.7% -
XYZ 20.64 13.98 1.75 -
YUV 95.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 178 71 5 0 0.60 0.97 0.30 22.89 0.95 0.36
Hex B2 47 5 0 3C 61 1E 17 5F 24
Octal 262 107 5 0 74 141 36 27 137 44
Binary 10110010 1000111 101 0 111100 1100001 11110 10111 1011111 100100

Color Harmonies of #B24705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24705

Black with #B24705

Text Example


Text Example

White with #B24705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24705; }

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

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

background-color css

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

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

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

border-color css

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

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

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