Html Css Color HEX #B24313 Rust

📋 copy color: '#B24313'

red 178 ◦ green 67 ◦ blue 19

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

Shades of Rust #B24313

Tints of Rust #B24313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 67.42%
G = 25.38%
B = 7.2%

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

#B24313 (or 0xB24313) is known color: Rust. HEX triplet: B2, 43 and 13. RGB value is (178,67,19). Sum of RGB (Red+Green+Blue) = 178+67+19=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B24313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24313 is #4DBCEC. Grayscale: #5F5F5F. Windows color (decimal): -5094637 or 1262514. OLE color: 1262514.

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

Color convert

RGB 178 67 19 -
CMYK 0 0.62 0.89 0.30
HSL 18.11º 0.81% 0.39% -
HSV(B) 18.11º 0.89% 0.7% -
XYZ 20.48 13.53 2.15 -
YUV 94.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 178 67 19 0 0.62 0.89 0.30 18.11 0.81 0.39
Hex B2 43 13 0 3E 59 1E 12 51 27
Octal 262 103 23 0 76 131 36 22 121 47
Binary 10110010 1000011 10011 0 111110 1011001 11110 10010 1010001 100111

Color Harmonies of #B24313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24313

Black with #B24313

Text Example


Text Example

White with #B24313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24313; }

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

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

background-color css

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

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

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

border-color css

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

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

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