Html Css Color HEX #B8380B Rust

📋 copy color: '#B8380B'

red 184 ◦ green 56 ◦ blue 11

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

Shades of Rust #B8380B

Tints of Rust #B8380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 73.31%
G = 22.31%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8380B (or 0xB8380B) is known color: Rust. HEX triplet: B8, 38 and 0B. RGB value is (184,56,11). Sum of RGB (Red+Green+Blue) = 184+56+11=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380B is #47C7F4. Grayscale: #595959. Windows color (decimal): -4704245 or 735416. OLE color: 735416.

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

Color convert

RGB 184 56 11 -
CMYK 0 0.70 0.94 0.28
HSL 15.61º 0.89% 0.38% -
HSV(B) 15.61º 0.94% 0.72% -
XYZ 21.24 13.04 1.71 -
YUV 89.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 184 56 11 0 0.70 0.94 0.28 15.61 0.89 0.38
Hex B8 38 B 0 46 5E 1C 10 59 26
Octal 270 70 13 0 106 136 34 20 131 46
Binary 10111000 111000 1011 0 1000110 1011110 11100 10000 1011001 100110

Color Harmonies of #B8380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8380B

Black with #B8380B

Text Example


Text Example

White with #B8380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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