Html Css Color HEX #B8380F Rust

📋 copy color: '#B8380F'

red 184 ◦ green 56 ◦ blue 15

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

Shades of Rust #B8380F

Tints of Rust #B8380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 72.16%
G = 21.96%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8380F (or 0xB8380F) is known color: Rust. HEX triplet: B8, 38 and 0F. RGB value is (184,56,15). Sum of RGB (Red+Green+Blue) = 184+56+15=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380F is #47C7F0. Grayscale: #595959. Windows color (decimal): -4704241 or 997560. OLE color: 997560.

HSL color Cylindrical-coordinate representation of color #B8380F: hue angle of 14.56º degrees, saturation: 0.85, 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 #B8380F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 15 -
CMYK 0 0.70 0.92 0.28
HSL 14.56º 0.85% 0.39% -
HSV(B) 14.56º 0.92% 0.72% -
XYZ 21.27 13.05 1.85 -
YUV 89.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 184 56 15 0 0.70 0.92 0.28 14.56 0.85 0.39
Hex B8 38 F 0 46 5C 1C F 55 27
Octal 270 70 17 0 106 134 34 17 125 47
Binary 10111000 111000 1111 0 1000110 1011100 11100 1111 1010101 100111

Color Harmonies of #B8380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8380F

Black with #B8380F

Text Example


Text Example

White with #B8380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8380F; }

 p { color: rgb(184,56,15); }

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

background-color css

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

 a { background-color: rgb(184,56,15); }

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

border-color css

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

 span { border-color: rgb(184,56,15); }

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