Html Css Color HEX #B84C0D Rust

📋 copy color: '#B84C0D'

red 184 ◦ green 76 ◦ blue 13

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

Shades of Rust #B84C0D

Tints of Rust #B84C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 67.4%
G = 27.84%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B84C0D (or 0xB84C0D) is known color: Rust. HEX triplet: B8, 4C and 0D. RGB value is (184,76,13). Sum of RGB (Red+Green+Blue) = 184+76+13=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C0D is #47B3F2. Grayscale: #656565. Windows color (decimal): -4699123 or 871608. OLE color: 871608.

HSL color Cylindrical-coordinate representation of color #B84C0D: hue angle of 22.11º 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 #B84C0D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 13 -
CMYK 0 0.59 0.93 0.28
HSL 22.11º 0.87% 0.39% -
HSV(B) 22.11º 0.93% 0.72% -
XYZ 22.42 15.39 2.17 -
YUV 101.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 184 76 13 0 0.59 0.93 0.28 22.11 0.87 0.39
Hex B8 4C D 0 3B 5D 1C 16 57 27
Octal 270 114 15 0 73 135 34 26 127 47
Binary 10111000 1001100 1101 0 111011 1011101 11100 10110 1010111 100111

Color Harmonies of #B84C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C0D

Black with #B84C0D

Text Example


Text Example

White with #B84C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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