Html Css Color HEX #B8440D Rust

📋 copy color: '#B8440D'

red 184 ◦ green 68 ◦ blue 13

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

Shades of Rust #B8440D

Tints of Rust #B8440D

RGB

 RED value IS 184 (72.27% from 255) = 69.43%

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 69.43%
G = 25.66%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8440D (or 0xB8440D) is known color: Rust. HEX triplet: B8, 44 and 0D. RGB value is (184,68,13). Sum of RGB (Red+Green+Blue) = 184+68+13=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8440D is #47BBF2. Grayscale: #606060. Windows color (decimal): -4701171 or 869560. OLE color: 869560.

HSL color Cylindrical-coordinate representation of color #B8440D: hue angle of 19.3º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8440D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 13 -
CMYK 0 0.63 0.93 0.28
HSL 19.3º 0.87% 0.39% -
HSV(B) 19.3º 0.93% 0.72% -
XYZ 21.91 14.35 2 -
YUV 96.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 184 68 13 0 0.63 0.93 0.28 19.3 0.87 0.39
Hex B8 44 D 0 3F 5D 1C 13 57 27
Octal 270 104 15 0 77 135 34 23 127 47
Binary 10111000 1000100 1101 0 111111 1011101 11100 10011 1010111 100111

Color Harmonies of #B8440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8440D

Black with #B8440D

Text Example


Text Example

White with #B8440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8440D; }

 p { color: rgb(184,68,13); }

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

background-color css

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

 a { background-color: rgb(184,68,13); }

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

border-color css

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

 span { border-color: rgb(184,68,13); }

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