Html Css Color HEX #B03618 Rust

📋 copy color: '#B03618'

red 176 ◦ green 54 ◦ blue 24

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

Shades of Rust #B03618

Tints of Rust #B03618

RGB

 RED value IS 176 (69.14% from 255) = 69.29%

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 69.29%
G = 21.26%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03618 (or 0xB03618) is known color: Rust. HEX triplet: B0, 36 and 18. RGB value is (176,54,24). Sum of RGB (Red+Green+Blue) = 176+54+24=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03618 is #4FC9E7. Grayscale: #575757. Windows color (decimal): -5229032 or 1586864. OLE color: 1586864.

HSL color Cylindrical-coordinate representation of color #B03618: hue angle of 11.84º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B03618 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 24 -
CMYK 0 0.69 0.86 0.31
HSL 11.84º 0.76% 0.39% -
HSV(B) 11.84º 0.86% 0.69% -
XYZ 19.39 11.93 2.15 -
YUV 87.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 176 54 24 0 0.69 0.86 0.31 11.84 0.76 0.39
Hex B0 36 18 0 45 56 1F C 4C 27
Octal 260 66 30 0 105 126 37 14 114 47
Binary 10110000 110110 11000 0 1000101 1010110 11111 1100 1001100 100111

Color Harmonies of #B03618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03618

Black with #B03618

Text Example


Text Example

White with #B03618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03618; }

 p { color: rgb(176,54,24); }

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

background-color css

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

 a { background-color: rgb(176,54,24); }

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

border-color css

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

 span { border-color: rgb(176,54,24); }

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