Html Css Color HEX #B24713 Rust

📋 copy color: '#B24713'

red 178 ◦ green 71 ◦ blue 19

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

Shades of Rust #B24713

Tints of Rust #B24713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 66.42%
G = 26.49%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B24713 (or 0xB24713) is known color: Rust. HEX triplet: B2, 47 and 13. RGB value is (178,71,19). Sum of RGB (Red+Green+Blue) = 178+71+19=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B24713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24713 is #4DB8EC. Grayscale: #616161. Windows color (decimal): -5093613 or 1263538. OLE color: 1263538.

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

Color convert

RGB 178 71 19 -
CMYK 0 0.60 0.89 0.30
HSL 19.62º 0.81% 0.39% -
HSV(B) 19.62º 0.89% 0.7% -
XYZ 20.73 14.02 2.23 -
YUV 97.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 178 71 19 0 0.60 0.89 0.30 19.62 0.81 0.39
Hex B2 47 13 0 3C 59 1E 14 51 27
Octal 262 107 23 0 74 131 36 24 121 47
Binary 10110010 1000111 10011 0 111100 1011001 11110 10100 1010001 100111

Color Harmonies of #B24713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24713

Black with #B24713

Text Example


Text Example

White with #B24713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24713; }

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

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

background-color css

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

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

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

border-color css

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

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

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