Html Css Color HEX #BE430E Rust

📋 copy color: '#BE430E'

red 190 ◦ green 67 ◦ blue 14

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

Shades of Rust #BE430E

Tints of Rust #BE430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 70.11%
G = 24.72%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE430E (or 0xBE430E) is known color: Rust. HEX triplet: BE, 43 and 0E. RGB value is (190,67,14). Sum of RGB (Red+Green+Blue) = 190+67+14=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE430E is #41BCF1. Grayscale: #626262. Windows color (decimal): -4308210 or 934846. OLE color: 934846.

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

Color convert

RGB 190 67 14 -
CMYK 0 0.65 0.93 0.25
HSL 18.07º 0.86% 0.4% -
HSV(B) 18.07º 0.93% 0.75% -
XYZ 23.32 14.99 2.08 -
YUV 97.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 190 67 14 0 0.65 0.93 0.25 18.07 0.86 0.4
Hex BE 43 E 0 41 5D 19 12 56 28
Octal 276 103 16 0 101 135 31 22 126 50
Binary 10111110 1000011 1110 0 1000001 1011101 11001 10010 1010110 101000

Color Harmonies of #BE430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE430E

Black with #BE430E

Text Example


Text Example

White with #BE430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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