Html Css Color HEX #B84F0E Rust

📋 copy color: '#B84F0E'

red 184 ◦ green 79 ◦ blue 14

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

Shades of Rust #B84F0E

Tints of Rust #B84F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 66.43%
G = 28.52%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B84F0E (or 0xB84F0E) is known color: Rust. HEX triplet: B8, 4F and 0E. RGB value is (184,79,14). Sum of RGB (Red+Green+Blue) = 184+79+14=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84F0E is #47B0F1. Grayscale: #676767. Windows color (decimal): -4698354 or 937912. OLE color: 937912.

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

Color convert

RGB 184 79 14 -
CMYK 0 0.57 0.92 0.28
HSL 22.94º 0.86% 0.39% -
HSV(B) 22.94º 0.92% 0.72% -
XYZ 22.64 15.81 2.27 -
YUV 102.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 184 79 14 0 0.57 0.92 0.28 22.94 0.86 0.39
Hex B8 4F E 0 39 5C 1C 17 56 27
Octal 270 117 16 0 71 134 34 27 126 47
Binary 10111000 1001111 1110 0 111001 1011100 11100 10111 1010110 100111

Color Harmonies of #B84F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84F0E

Black with #B84F0E

Text Example


Text Example

White with #B84F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84F0E; }

 p { color: rgb(184,79,14); }

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

background-color css

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

 a { background-color: rgb(184,79,14); }

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

border-color css

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

 span { border-color: rgb(184,79,14); }

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