Html Css Color HEX #B5380E Rust

📋 copy color: '#B5380E'

red 181 ◦ green 56 ◦ blue 14

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

Shades of Rust #B5380E

Tints of Rust #B5380E

RGB

 RED value IS 181 (71.09% from 255) = 72.11%

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

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

R = 72.11%
G = 22.31%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5380E (or 0xB5380E) is known color: Rust. HEX triplet: B5, 38 and 0E. RGB value is (181,56,14). Sum of RGB (Red+Green+Blue) = 181+56+14=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5380E is #4AC7F1. Grayscale: #585858. Windows color (decimal): -4900850 or 932021. OLE color: 932021.

HSL color Cylindrical-coordinate representation of color #B5380E: hue angle of 15.09º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5380E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 14 -
CMYK 0 0.69 0.92 0.29
HSL 15.09º 0.86% 0.38% -
HSV(B) 15.09º 0.92% 0.71% -
XYZ 20.55 12.68 1.78 -
YUV 88.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 181 56 14 0 0.69 0.92 0.29 15.09 0.86 0.38
Hex B5 38 E 0 45 5C 1D F 56 26
Octal 265 70 16 0 105 134 35 17 126 46
Binary 10110101 111000 1110 0 1000101 1011100 11101 1111 1010110 100110

Color Harmonies of #B5380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5380E

Black with #B5380E

Text Example


Text Example

White with #B5380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5380E; }

 p { color: rgb(181,56,14); }

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

background-color css

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

 a { background-color: rgb(181,56,14); }

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

border-color css

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

 span { border-color: rgb(181,56,14); }

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