Html Css Color HEX #BE471E Rust

📋 copy color: '#BE471E'

red 190 ◦ green 71 ◦ blue 30

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

Shades of Rust #BE471E

Tints of Rust #BE471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

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

R = 65.29%
G = 24.4%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE471E (or 0xBE471E) is known color: Rust. HEX triplet: BE, 47 and 1E. RGB value is (190,71,30). Sum of RGB (Red+Green+Blue) = 190+71+30=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE471E is #41B8E1. Grayscale: #666666. Windows color (decimal): -4307170 or 1984446. OLE color: 1984446.

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

Color convert

RGB 190 71 30 -
CMYK 0 0.63 0.84 0.25
HSL 15.38º 0.73% 0.43% -
HSV(B) 15.38º 0.84% 0.75% -
XYZ 23.72 15.55 2.98 -
YUV 101.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 190 71 30 0 0.63 0.84 0.25 15.38 0.73 0.43
Hex BE 47 1E 0 3F 54 19 F 49 2B
Octal 276 107 36 0 77 124 31 17 111 53
Binary 10111110 1000111 11110 0 111111 1010100 11001 1111 1001001 101011

Color Harmonies of #BE471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE471E

Black with #BE471E

Text Example


Text Example

White with #BE471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE471E; }

 p { color: rgb(190,71,30); }

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

background-color css

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

 a { background-color: rgb(190,71,30); }

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

border-color css

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

 span { border-color: rgb(190,71,30); }

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