Html Css Color HEX #B24210 Rust

📋 copy color: '#B24210'

red 178 ◦ green 66 ◦ blue 16

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

Shades of Rust #B24210

Tints of Rust #B24210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 68.46%
G = 25.38%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24210 (or 0xB24210) is known color: Rust. HEX triplet: B2, 42 and 10. RGB value is (178,66,16). Sum of RGB (Red+Green+Blue) = 178+66+16=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B24210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24210 is #4DBDEF. Grayscale: #5E5E5E. Windows color (decimal): -5094896 or 1065650. OLE color: 1065650.

HSL color Cylindrical-coordinate representation of color #B24210: hue angle of 18.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B24210 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 16 -
CMYK 0 0.63 0.91 0.30
HSL 18.52º 0.84% 0.38% -
HSV(B) 18.52º 0.91% 0.7% -
XYZ 20.4 13.4 2 -
YUV 93.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 178 66 16 0 0.63 0.91 0.30 18.52 0.84 0.38
Hex B2 42 10 0 3F 5B 1E 13 54 26
Octal 262 102 20 0 77 133 36 23 124 46
Binary 10110010 1000010 10000 0 111111 1011011 11110 10011 1010100 100110

Color Harmonies of #B24210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24210

Black with #B24210

Text Example


Text Example

White with #B24210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24210; }

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

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

background-color css

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

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

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

border-color css

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

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

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