Html Css Color HEX #B43618 Rust

📋 copy color: '#B43618'

red 180 ◦ green 54 ◦ blue 24

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

Shades of Rust #B43618

Tints of Rust #B43618

RGB

 RED value IS 180 (70.7% from 255) = 69.77%

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

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

R = 69.77%
G = 20.93%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B43618 (or 0xB43618) is known color: Rust. HEX triplet: B4, 36 and 18. RGB value is (180,54,24). Sum of RGB (Red+Green+Blue) = 180+54+24=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B43618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43618 is #4BC9E7. Grayscale: #585858. Windows color (decimal): -4966888 or 1586868. OLE color: 1586868.

HSL color Cylindrical-coordinate representation of color #B43618: hue angle of 11.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B43618 is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 24 -
CMYK 0 0.7 0.87 0.29
HSL 11.54º 0.76% 0.4% -
HSV(B) 11.54º 0.87% 0.71% -
XYZ 20.31 12.41 2.19 -
YUV 88.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 180 54 24 0 0.7 0.87 0.29 11.54 0.76 0.4
Hex B4 36 18 0 46 57 1D C 4C 28
Octal 264 66 30 0 106 127 35 14 114 50
Binary 10110100 110110 11000 0 1000110 1010111 11101 1100 1001100 101000

Color Harmonies of #B43618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43618

Black with #B43618

Text Example


Text Example

White with #B43618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43618; }

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

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

background-color css

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

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

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

border-color css

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

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

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