Html Css Color HEX #B24413 Rust

📋 copy color: '#B24413'

red 178 ◦ green 68 ◦ blue 19

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

Shades of Rust #B24413

Tints of Rust #B24413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 67.17%
G = 25.66%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B24413 (or 0xB24413) is known color: Rust. HEX triplet: B2, 44 and 13. RGB value is (178,68,19). Sum of RGB (Red+Green+Blue) = 178+68+19=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B24413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24413 is #4DBBEC. Grayscale: #5F5F5F. Windows color (decimal): -5094381 or 1262770. OLE color: 1262770.

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

Color convert

RGB 178 68 19 -
CMYK 0 0.62 0.89 0.30
HSL 18.49º 0.81% 0.39% -
HSV(B) 18.49º 0.89% 0.7% -
XYZ 20.54 13.65 2.17 -
YUV 95.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 178 68 19 0 0.62 0.89 0.30 18.49 0.81 0.39
Hex B2 44 13 0 3E 59 1E 12 51 27
Octal 262 104 23 0 76 131 36 22 121 47
Binary 10110010 1000100 10011 0 111110 1011001 11110 10010 1010001 100111

Color Harmonies of #B24413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24413

Black with #B24413

Text Example


Text Example

White with #B24413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24413; }

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

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

background-color css

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

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

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

border-color css

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

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

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