Html Css Color HEX #B8440C Rust

📋 copy color: '#B8440C'

red 184 ◦ green 68 ◦ blue 12

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

Shades of Rust #B8440C

Tints of Rust #B8440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 69.7%
G = 25.76%
B = 4.55%

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

#B8440C (or 0xB8440C) is known color: Rust. HEX triplet: B8, 44 and 0C. RGB value is (184,68,12). Sum of RGB (Red+Green+Blue) = 184+68+12=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8440C is #47BBF3. Grayscale: #606060. Windows color (decimal): -4701172 or 804024. OLE color: 804024.

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

Color convert

RGB 184 68 12 -
CMYK 0 0.63 0.93 0.28
HSL 19.53º 0.88% 0.38% -
HSV(B) 19.53º 0.93% 0.72% -
XYZ 21.9 14.35 1.96 -
YUV 96.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 184 68 12 0 0.63 0.93 0.28 19.53 0.88 0.38
Hex B8 44 C 0 3F 5D 1C 14 58 26
Octal 270 104 14 0 77 135 34 24 130 46
Binary 10111000 1000100 1100 0 111111 1011101 11100 10100 1011000 100110

Color Harmonies of #B8440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8440C

Black with #B8440C

Text Example


Text Example

White with #B8440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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