Html Css Color HEX #BE3C01 Rust

📋 copy color: '#BE3C01'

red 190 ◦ green 60 ◦ blue 1

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

Shades of Rust #BE3C01

Tints of Rust #BE3C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

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

R = 75.7%
G = 23.9%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE3C01 (or 0xBE3C01) is known color: Rust. HEX triplet: BE, 3C and 01. RGB value is (190,60,1). Sum of RGB (Red+Green+Blue) = 190+60+1=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C01 is #41C3FE. Grayscale: #5C5C5C. Windows color (decimal): -4310015 or 81086. OLE color: 81086.

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

Color convert

RGB 190 60 1 -
CMYK 0 0.68 0.99 0.25
HSL 18.73º 0.99% 0.37% -
HSV(B) 18.73º 0.99% 0.75% -
XYZ 22.86 14.18 1.56 -
YUV 92.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 190 60 1 0 0.68 0.99 0.25 18.73 0.99 0.37
Hex BE 3C 1 0 44 63 19 13 63 25
Octal 276 74 1 0 104 143 31 23 143 45
Binary 10111110 111100 1 0 1000100 1100011 11001 10011 1100011 100101

Color Harmonies of #BE3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C01

Black with #BE3C01

Text Example


Text Example

White with #BE3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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