Html Css Color HEX #BE481B Rust

📋 copy color: '#BE481B'

red 190 ◦ green 72 ◦ blue 27

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

Shades of Rust #BE481B

Tints of Rust #BE481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 65.74%
G = 24.91%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE481B (or 0xBE481B) is known color: Rust. HEX triplet: BE, 48 and 1B. RGB value is (190,72,27). Sum of RGB (Red+Green+Blue) = 190+72+27=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE481B is #41B7E4. Grayscale: #666666. Windows color (decimal): -4306917 or 1788094. OLE color: 1788094.

HSL color Cylindrical-coordinate representation of color #BE481B: hue angle of 16.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE481B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 72 27 -
CMYK 0 0.62 0.86 0.25
HSL 16.56º 0.75% 0.43% -
HSV(B) 16.56º 0.86% 0.75% -
XYZ 23.75 15.66 2.81 -
YUV 102.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 190 72 27 0 0.62 0.86 0.25 16.56 0.75 0.43
Hex BE 48 1B 0 3E 56 19 11 4B 2B
Octal 276 110 33 0 76 126 31 21 113 53
Binary 10111110 1001000 11011 0 111110 1010110 11001 10001 1001011 101011

Color Harmonies of #BE481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE481B

Black with #BE481B

Text Example


Text Example

White with #BE481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE481B; }

 p { color: rgb(190,72,27); }

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

background-color css

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

 a { background-color: rgb(190,72,27); }

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

border-color css

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

 span { border-color: rgb(190,72,27); }

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