Html Css Color HEX #B7381C Rust

📋 copy color: '#B7381C'

red 183 ◦ green 56 ◦ blue 28

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

Shades of Rust #B7381C

Tints of Rust #B7381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 68.54%
G = 20.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7381C (or 0xB7381C) is known color: Rust. HEX triplet: B7, 38 and 1C. RGB value is (183,56,28). Sum of RGB (Red+Green+Blue) = 183+56+28=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7381C is #48C7E3. Grayscale: #5B5B5B. Windows color (decimal): -4769764 or 1849527. OLE color: 1849527.

HSL color Cylindrical-coordinate representation of color #B7381C: hue angle of 10.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7381C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 28 -
CMYK 0 0.69 0.85 0.28
HSL 10.84º 0.73% 0.41% -
HSV(B) 10.84º 0.85% 0.72% -
XYZ 21.15 12.98 2.49 -
YUV 90.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 183 56 28 0 0.69 0.85 0.28 10.84 0.73 0.41
Hex B7 38 1C 0 45 55 1C B 49 29
Octal 267 70 34 0 105 125 34 13 111 51
Binary 10110111 111000 11100 0 1000101 1010101 11100 1011 1001001 101001

Color Harmonies of #B7381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7381C

Black with #B7381C

Text Example


Text Example

White with #B7381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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