Html Css Color HEX #B7380F Rust

📋 copy color: '#B7380F'

red 183 ◦ green 56 ◦ blue 15

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

Shades of Rust #B7380F

Tints of Rust #B7380F

RGB

 RED value IS 183 (71.88% from 255) = 72.05%

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

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

R = 72.05%
G = 22.05%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7380F (or 0xB7380F) is known color: Rust. HEX triplet: B7, 38 and 0F. RGB value is (183,56,15). Sum of RGB (Red+Green+Blue) = 183+56+15=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7380F is #48C7F0. Grayscale: #595959. Windows color (decimal): -4769777 or 997559. OLE color: 997559.

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

Color convert

RGB 183 56 15 -
CMYK 0 0.69 0.92 0.28
HSL 14.64º 0.85% 0.39% -
HSV(B) 14.64º 0.92% 0.72% -
XYZ 21.03 12.93 1.84 -
YUV 89.3 86.08 194.83 -
System Red Green Blue C M Y K H S L
Decimal 183 56 15 0 0.69 0.92 0.28 14.64 0.85 0.39
Hex B7 38 F 0 45 5C 1C F 55 27
Octal 267 70 17 0 105 134 34 17 125 47
Binary 10110111 111000 1111 0 1000101 1011100 11100 1111 1010101 100111

Color Harmonies of #B7380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7380F

Black with #B7380F

Text Example


Text Example

White with #B7380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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