Html Css Color HEX #B24010 Rust

📋 copy color: '#B24010'

red 178 ◦ green 64 ◦ blue 16

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

Shades of Rust #B24010

Tints of Rust #B24010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 68.99%
G = 24.81%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B24010 (or 0xB24010) is known color: Rust. HEX triplet: B2, 40 and 10. RGB value is (178,64,16). Sum of RGB (Red+Green+Blue) = 178+64+16=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B24010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24010 is #4DBFEF. Grayscale: #5C5C5C. Windows color (decimal): -5095408 or 1065138. OLE color: 1065138.

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

Color convert

RGB 178 64 16 -
CMYK 0 0.64 0.91 0.30
HSL 17.78º 0.84% 0.38% -
HSV(B) 17.78º 0.91% 0.7% -
XYZ 20.29 13.17 1.96 -
YUV 92.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 178 64 16 0 0.64 0.91 0.30 17.78 0.84 0.38
Hex B2 40 10 0 40 5B 1E 12 54 26
Octal 262 100 20 0 100 133 36 22 124 46
Binary 10110010 1000000 10000 0 1000000 1011011 11110 10010 1010100 100110

Color Harmonies of #B24010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24010

Black with #B24010

Text Example


Text Example

White with #B24010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24010; }

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

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

background-color css

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

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

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

border-color css

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

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

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