Html Css Color HEX #BE380A Rust

📋 copy color: '#BE380A'

red 190 ◦ green 56 ◦ blue 10

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

Shades of Rust #BE380A

Tints of Rust #BE380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 74.22%
G = 21.88%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE380A (or 0xBE380A) is known color: Rust. HEX triplet: BE, 38 and 0A. RGB value is (190,56,10). Sum of RGB (Red+Green+Blue) = 190+56+10=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE380A is #41C7F5. Grayscale: #5B5B5B. Windows color (decimal): -4311030 or 669886. OLE color: 669886.

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

Color convert

RGB 190 56 10 -
CMYK 0 0.71 0.95 0.25
HSL 15.33º 0.9% 0.39% -
HSV(B) 15.33º 0.95% 0.75% -
XYZ 22.7 13.8 1.75 -
YUV 90.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 190 56 10 0 0.71 0.95 0.25 15.33 0.9 0.39
Hex BE 38 A 0 47 5F 19 F 5A 27
Octal 276 70 12 0 107 137 31 17 132 47
Binary 10111110 111000 1010 0 1000111 1011111 11001 1111 1011010 100111

Color Harmonies of #BE380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE380A

Black with #BE380A

Text Example


Text Example

White with #BE380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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