Html Css Color HEX #BE380E Rust

📋 copy color: '#BE380E'

red 190 ◦ green 56 ◦ blue 14

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

Shades of Rust #BE380E

Tints of Rust #BE380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 73.08%
G = 21.54%
B = 5.38%

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

#BE380E (or 0xBE380E) is known color: Rust. HEX triplet: BE, 38 and 0E. RGB value is (190,56,14). Sum of RGB (Red+Green+Blue) = 190+56+14=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE380E is #41C7F1. Grayscale: #5B5B5B. Windows color (decimal): -4311026 or 932030. OLE color: 932030.

HSL color Cylindrical-coordinate representation of color #BE380E: hue angle of 14.32º degrees, saturation: 0.86, 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 #BE380E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 56 14 -
CMYK 0 0.71 0.93 0.25
HSL 14.32º 0.86% 0.4% -
HSV(B) 14.32º 0.93% 0.75% -
XYZ 22.73 13.81 1.88 -
YUV 91.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 190 56 14 0 0.71 0.93 0.25 14.32 0.86 0.4
Hex BE 38 E 0 47 5D 19 E 56 28
Octal 276 70 16 0 107 135 31 16 126 50
Binary 10111110 111000 1110 0 1000111 1011101 11001 1110 1010110 101000

Color Harmonies of #BE380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE380E

Black with #BE380E

Text Example


Text Example

White with #BE380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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