Html Css Color HEX #B24410 Rust

📋 copy color: '#B24410'

red 178 ◦ green 68 ◦ blue 16

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

Shades of Rust #B24410

Tints of Rust #B24410

RGB

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

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

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

R = 67.94%
G = 25.95%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24410 (or 0xB24410) is known color: Rust. HEX triplet: B2, 44 and 10. RGB value is (178,68,16). Sum of RGB (Red+Green+Blue) = 178+68+16=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B24410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24410 is #4DBBEF. Grayscale: #5F5F5F. Windows color (decimal): -5094384 or 1066162. OLE color: 1066162.

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

Color convert

RGB 178 68 16 -
CMYK 0 0.62 0.91 0.30
HSL 19.26º 0.84% 0.38% -
HSV(B) 19.26º 0.91% 0.7% -
XYZ 20.52 13.64 2.04 -
YUV 94.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 178 68 16 0 0.62 0.91 0.30 19.26 0.84 0.38
Hex B2 44 10 0 3E 5B 1E 13 54 26
Octal 262 104 20 0 76 133 36 23 124 46
Binary 10110010 1000100 10000 0 111110 1011011 11110 10011 1010100 100110

Color Harmonies of #B24410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24410

Black with #B24410

Text Example


Text Example

White with #B24410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24410; }

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

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

background-color css

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

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

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

border-color css

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

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

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