Html Css Color HEX #B24613 Rust

📋 copy color: '#B24613'

red 178 ◦ green 70 ◦ blue 19

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

Shades of Rust #B24613

Tints of Rust #B24613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 66.67%
G = 26.22%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B24613 (or 0xB24613) is known color: Rust. HEX triplet: B2, 46 and 13. RGB value is (178,70,19). Sum of RGB (Red+Green+Blue) = 178+70+19=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B24613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24613 is #4DB9EC. Grayscale: #606060. Windows color (decimal): -5093869 or 1263282. OLE color: 1263282.

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

Color convert

RGB 178 70 19 -
CMYK 0 0.61 0.89 0.30
HSL 19.25º 0.81% 0.39% -
HSV(B) 19.25º 0.89% 0.7% -
XYZ 20.67 13.89 2.21 -
YUV 96.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 178 70 19 0 0.61 0.89 0.30 19.25 0.81 0.39
Hex B2 46 13 0 3D 59 1E 13 51 27
Octal 262 106 23 0 75 131 36 23 121 47
Binary 10110010 1000110 10011 0 111101 1011001 11110 10011 1010001 100111

Color Harmonies of #B24613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24613

Black with #B24613

Text Example


Text Example

White with #B24613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24613; }

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

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

background-color css

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

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

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

border-color css

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

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

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