Html Css Color HEX #BE3E08 Rust

📋 copy color: '#BE3E08'

red 190 ◦ green 62 ◦ blue 8

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

Shades of Rust #BE3E08

Tints of Rust #BE3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 73.08%
G = 23.85%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3E08 (or 0xBE3E08) is known color: Rust. HEX triplet: BE, 3E and 08. RGB value is (190,62,8). Sum of RGB (Red+Green+Blue) = 190+62+8=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E08 is #41C1F7. Grayscale: #5E5E5E. Windows color (decimal): -4309496 or 540350. OLE color: 540350.

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

Color convert

RGB 190 62 8 -
CMYK 0 0.67 0.96 0.25
HSL 17.8º 0.92% 0.39% -
HSV(B) 17.8º 0.96% 0.75% -
XYZ 23 14.41 1.8 -
YUV 94.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 190 62 8 0 0.67 0.96 0.25 17.8 0.92 0.39
Hex BE 3E 8 0 43 60 19 12 5C 27
Octal 276 76 10 0 103 140 31 22 134 47
Binary 10111110 111110 1000 0 1000011 1100000 11001 10010 1011100 100111

Color Harmonies of #BE3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E08

Black with #BE3E08

Text Example


Text Example

White with #BE3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E08; }

 p { color: rgb(190,62,8); }

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

background-color css

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

 a { background-color: rgb(190,62,8); }

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

border-color css

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

 span { border-color: rgb(190,62,8); }

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