Html Css Color HEX #BE3F01 Rust

📋 copy color: '#BE3F01'

red 190 ◦ green 63 ◦ blue 1

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

Shades of Rust #BE3F01

Tints of Rust #BE3F01

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 74.8%
G = 24.8%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3F01 (or 0xBE3F01) is known color: Rust. HEX triplet: BE, 3F and 01. RGB value is (190,63,1). Sum of RGB (Red+Green+Blue) = 190+63+1=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F01 is #41C0FE. Grayscale: #5E5E5E. Windows color (decimal): -4309247 or 81854. OLE color: 81854.

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

Color convert

RGB 190 63 1 -
CMYK 0 0.67 0.99 0.25
HSL 19.68º 0.99% 0.37% -
HSV(B) 19.68º 0.99% 0.75% -
XYZ 23.02 14.5 1.62 -
YUV 93.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 190 63 1 0 0.67 0.99 0.25 19.68 0.99 0.37
Hex BE 3F 1 0 43 63 19 14 63 25
Octal 276 77 1 0 103 143 31 24 143 45
Binary 10111110 111111 1 0 1000011 1100011 11001 10100 1100011 100101

Color Harmonies of #BE3F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F01

Black with #BE3F01

Text Example


Text Example

White with #BE3F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F01; }

 p { color: rgb(190,63,1); }

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

background-color css

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

 a { background-color: rgb(190,63,1); }

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

border-color css

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

 span { border-color: rgb(190,63,1); }

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