Html Css Color HEX #BE4402 Rust

📋 copy color: '#BE4402'

red 190 ◦ green 68 ◦ blue 2

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

Shades of Rust #BE4402

Tints of Rust #BE4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 73.08%
G = 26.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE4402 (or 0xBE4402) is known color: Rust. HEX triplet: BE, 44 and 02. RGB value is (190,68,2). Sum of RGB (Red+Green+Blue) = 190+68+2=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4402 is #41BBFD. Grayscale: #616161. Windows color (decimal): -4307966 or 148670. OLE color: 148670.

HSL color Cylindrical-coordinate representation of color #BE4402: hue angle of 21.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4402 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 2 -
CMYK 0 0.64 0.99 0.25
HSL 21.06º 0.98% 0.38% -
HSV(B) 21.06º 0.99% 0.75% -
XYZ 23.31 15.09 1.74 -
YUV 96.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 190 68 2 0 0.64 0.99 0.25 21.06 0.98 0.38
Hex BE 44 2 0 40 63 19 15 62 26
Octal 276 104 2 0 100 143 31 25 142 46
Binary 10111110 1000100 10 0 1000000 1100011 11001 10101 1100010 100110

Color Harmonies of #BE4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4402

Black with #BE4402

Text Example


Text Example

White with #BE4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4402; }

 p { color: rgb(190,68,2); }

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

background-color css

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

 a { background-color: rgb(190,68,2); }

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

border-color css

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

 span { border-color: rgb(190,68,2); }

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