Html Css Color HEX #B24108 Rust

📋 copy color: '#B24108'

red 178 ◦ green 65 ◦ blue 8

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

Shades of Rust #B24108

Tints of Rust #B24108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 70.92%
G = 25.9%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24108 (or 0xB24108) is known color: Rust. HEX triplet: B2, 41 and 08. RGB value is (178,65,8). Sum of RGB (Red+Green+Blue) = 178+65+8=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24108 is #4DBEF7. Grayscale: #5C5C5C. Windows color (decimal): -5095160 or 541106. OLE color: 541106.

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

Color convert

RGB 178 65 8 -
CMYK 0 0.63 0.96 0.30
HSL 20.12º 0.91% 0.36% -
HSV(B) 20.12º 0.96% 0.7% -
XYZ 20.29 13.26 1.72 -
YUV 92.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 178 65 8 0 0.63 0.96 0.30 20.12 0.91 0.36
Hex B2 41 8 0 3F 60 1E 14 5B 24
Octal 262 101 10 0 77 140 36 24 133 44
Binary 10110010 1000001 1000 0 111111 1100000 11110 10100 1011011 100100

Color Harmonies of #B24108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24108

Black with #B24108

Text Example


Text Example

White with #B24108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24108; }

 p { color: rgb(178,65,8); }

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

background-color css

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

 a { background-color: rgb(178,65,8); }

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

border-color css

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

 span { border-color: rgb(178,65,8); }

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