Html Css Color HEX #BE471C Rust

📋 copy color: '#BE471C'

red 190 ◦ green 71 ◦ blue 28

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

Shades of Rust #BE471C

Tints of Rust #BE471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 65.74%
G = 24.57%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE471C (or 0xBE471C) is known color: Rust. HEX triplet: BE, 47 and 1C. RGB value is (190,71,28). Sum of RGB (Red+Green+Blue) = 190+71+28=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE471C is #41B8E3. Grayscale: #656565. Windows color (decimal): -4307172 or 1853374. OLE color: 1853374.

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

Color convert

RGB 190 71 28 -
CMYK 0 0.63 0.85 0.25
HSL 15.93º 0.74% 0.43% -
HSV(B) 15.93º 0.85% 0.75% -
XYZ 23.7 15.54 2.85 -
YUV 101.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 190 71 28 0 0.63 0.85 0.25 15.93 0.74 0.43
Hex BE 47 1C 0 3F 55 19 10 4A 2B
Octal 276 107 34 0 77 125 31 20 112 53
Binary 10111110 1000111 11100 0 111111 1010101 11001 10000 1001010 101011

Color Harmonies of #BE471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE471C

Black with #BE471C

Text Example


Text Example

White with #BE471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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