Html Css Color HEX #BE380D Rust

📋 copy color: '#BE380D'

red 190 ◦ green 56 ◦ blue 13

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

Shades of Rust #BE380D

Tints of Rust #BE380D

RGB

 RED value IS 190 (74.61% from 255) = 73.36%

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 73.36%
G = 21.62%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE380D (or 0xBE380D) is known color: Rust. HEX triplet: BE, 38 and 0D. RGB value is (190,56,13). Sum of RGB (Red+Green+Blue) = 190+56+13=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE380D is #41C7F2. Grayscale: #5B5B5B. Windows color (decimal): -4311027 or 866494. OLE color: 866494.

HSL color Cylindrical-coordinate representation of color #BE380D: hue angle of 14.58º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE380D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 56 13 -
CMYK 0 0.71 0.93 0.25
HSL 14.58º 0.87% 0.4% -
HSV(B) 14.58º 0.93% 0.75% -
XYZ 22.72 13.8 1.85 -
YUV 91.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 190 56 13 0 0.71 0.93 0.25 14.58 0.87 0.4
Hex BE 38 D 0 47 5D 19 F 57 28
Octal 276 70 15 0 107 135 31 17 127 50
Binary 10111110 111000 1101 0 1000111 1011101 11001 1111 1010111 101000

Color Harmonies of #BE380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE380D

Black with #BE380D

Text Example


Text Example

White with #BE380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE380D; }

 p { color: rgb(190,56,13); }

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

background-color css

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

 a { background-color: rgb(190,56,13); }

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

border-color css

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

 span { border-color: rgb(190,56,13); }

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