Html Css Color HEX #B24813 Rust

📋 copy color: '#B24813'

red 178 ◦ green 72 ◦ blue 19

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

Shades of Rust #B24813

Tints of Rust #B24813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 66.17%
G = 26.77%
B = 7.06%

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

#B24813 (or 0xB24813) is known color: Rust. HEX triplet: B2, 48 and 13. RGB value is (178,72,19). Sum of RGB (Red+Green+Blue) = 178+72+19=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B24813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24813 is #4DB7EC. Grayscale: #616161. Windows color (decimal): -5093357 or 1263794. OLE color: 1263794.

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

Color convert

RGB 178 72 19 -
CMYK 0 0.60 0.89 0.30
HSL 20º 0.81% 0.39% -
HSV(B) 20º 0.89% 0.7% -
XYZ 20.8 14.15 2.25 -
YUV 97.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 178 72 19 0 0.60 0.89 0.30 20 0.81 0.39
Hex B2 48 13 0 3C 59 1E 14 51 27
Octal 262 110 23 0 74 131 36 24 121 47
Binary 10110010 1001000 10011 0 111100 1011001 11110 10100 1010001 100111

Color Harmonies of #B24813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24813

Black with #B24813

Text Example


Text Example

White with #B24813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24813; }

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

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

background-color css

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

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

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

border-color css

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

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

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