Html Css Color HEX #BE3402 Rust

📋 copy color: '#BE3402'

red 190 ◦ green 52 ◦ blue 2

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

Shades of Rust #BE3402

Tints of Rust #BE3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 77.87%
G = 21.31%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3402 (or 0xBE3402) is known color: Rust. HEX triplet: BE, 34 and 02. RGB value is (190,52,2). Sum of RGB (Red+Green+Blue) = 190+52+2=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3402 is #41CBFD. Grayscale: #575757. Windows color (decimal): -4312062 or 144574. OLE color: 144574.

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

Color convert

RGB 190 52 2 -
CMYK 0 0.73 0.99 0.25
HSL 15.96º 0.98% 0.38% -
HSV(B) 15.96º 0.99% 0.75% -
XYZ 22.47 13.41 1.46 -
YUV 87.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 190 52 2 0 0.73 0.99 0.25 15.96 0.98 0.38
Hex BE 34 2 0 49 63 19 10 62 26
Octal 276 64 2 0 111 143 31 20 142 46
Binary 10111110 110100 10 0 1001001 1100011 11001 10000 1100010 100110

Color Harmonies of #BE3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3402

Black with #BE3402

Text Example


Text Example

White with #BE3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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