Html Css Color HEX #B0381E Rust

📋 copy color: '#B0381E'

red 176 ◦ green 56 ◦ blue 30

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

Shades of Rust #B0381E

Tints of Rust #B0381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 67.18%
G = 21.37%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0381E (or 0xB0381E) is known color: Rust. HEX triplet: B0, 38 and 1E. RGB value is (176,56,30). Sum of RGB (Red+Green+Blue) = 176+56+30=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381E is #4FC7E1. Grayscale: #595959. Windows color (decimal): -5228514 or 1980592. OLE color: 1980592.

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

Color convert

RGB 176 56 30 -
CMYK 0 0.68 0.83 0.31
HSL 10.68º 0.71% 0.4% -
HSV(B) 10.68º 0.83% 0.69% -
XYZ 19.55 12.15 2.54 -
YUV 88.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 176 56 30 0 0.68 0.83 0.31 10.68 0.71 0.4
Hex B0 38 1E 0 44 53 1F B 47 28
Octal 260 70 36 0 104 123 37 13 107 50
Binary 10110000 111000 11110 0 1000100 1010011 11111 1011 1000111 101000

Color Harmonies of #B0381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0381E

Black with #B0381E

Text Example


Text Example

White with #B0381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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