Html Css Color HEX #B24213 Rust

📋 copy color: '#B24213'

red 178 ◦ green 66 ◦ blue 19

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

Shades of Rust #B24213

Tints of Rust #B24213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

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

R = 67.68%
G = 25.1%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B24213 (or 0xB24213) is known color: Rust. HEX triplet: B2, 42 and 13. RGB value is (178,66,19). Sum of RGB (Red+Green+Blue) = 178+66+19=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B24213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24213 is #4DBDEC. Grayscale: #5E5E5E. Windows color (decimal): -5094893 or 1262258. OLE color: 1262258.

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

Color convert

RGB 178 66 19 -
CMYK 0 0.63 0.89 0.30
HSL 17.74º 0.81% 0.39% -
HSV(B) 17.74º 0.89% 0.7% -
XYZ 20.43 13.41 2.13 -
YUV 94.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 178 66 19 0 0.63 0.89 0.30 17.74 0.81 0.39
Hex B2 42 13 0 3F 59 1E 12 51 27
Octal 262 102 23 0 77 131 36 22 121 47
Binary 10110010 1000010 10011 0 111111 1011001 11110 10010 1010001 100111

Color Harmonies of #B24213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24213

Black with #B24213

Text Example


Text Example

White with #B24213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24213; }

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

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

background-color css

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

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

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

border-color css

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

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

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