Html Css Color HEX #B84B0D Rust

📋 copy color: '#B84B0D'

red 184 ◦ green 75 ◦ blue 13

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

Shades of Rust #B84B0D

Tints of Rust #B84B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

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

R = 67.65%
G = 27.57%
B = 4.78%

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

#B84B0D (or 0xB84B0D) is known color: Rust. HEX triplet: B8, 4B and 0D. RGB value is (184,75,13). Sum of RGB (Red+Green+Blue) = 184+75+13=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B0D is #47B4F2. Grayscale: #646464. Windows color (decimal): -4699379 or 871352. OLE color: 871352.

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

Color convert

RGB 184 75 13 -
CMYK 0 0.59 0.93 0.28
HSL 21.75º 0.87% 0.39% -
HSV(B) 21.75º 0.93% 0.72% -
XYZ 22.36 15.25 2.15 -
YUV 100.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 184 75 13 0 0.59 0.93 0.28 21.75 0.87 0.39
Hex B8 4B D 0 3B 5D 1C 16 57 27
Octal 270 113 15 0 73 135 34 26 127 47
Binary 10111000 1001011 1101 0 111011 1011101 11100 10110 1010111 100111

Color Harmonies of #B84B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B0D

Black with #B84B0D

Text Example


Text Example

White with #B84B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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