Html Css Color HEX #B0381C Rust

📋 copy color: '#B0381C'

red 176 ◦ green 56 ◦ blue 28

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

Shades of Rust #B0381C

Tints of Rust #B0381C

RGB

 RED value IS 176 (69.14% from 255) = 67.69%

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

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

R = 67.69%
G = 21.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0381C (or 0xB0381C) is known color: Rust. HEX triplet: B0, 38 and 1C. RGB value is (176,56,28). Sum of RGB (Red+Green+Blue) = 176+56+28=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381C is #4FC7E3. Grayscale: #585858. Windows color (decimal): -5228516 or 1849520. OLE color: 1849520.

HSL color Cylindrical-coordinate representation of color #B0381C: hue angle of 11.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0381C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 28 -
CMYK 0 0.68 0.84 0.31
HSL 11.35º 0.73% 0.4% -
HSV(B) 11.35º 0.84% 0.69% -
XYZ 19.53 12.14 2.41 -
YUV 88.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 176 56 28 0 0.68 0.84 0.31 11.35 0.73 0.4
Hex B0 38 1C 0 44 54 1F B 49 28
Octal 260 70 34 0 104 124 37 13 111 50
Binary 10110000 111000 11100 0 1000100 1010100 11111 1011 1001001 101000

Color Harmonies of #B0381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0381C

Black with #B0381C

Text Example


Text Example

White with #B0381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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