Html Css Color HEX #BE3F08 Rust

📋 copy color: '#BE3F08'

red 190 ◦ green 63 ◦ blue 8

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

Shades of Rust #BE3F08

Tints of Rust #BE3F08

RGB

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

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

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

R = 72.8%
G = 24.14%
B = 3.07%

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

#BE3F08 (or 0xBE3F08) is known color: Rust. HEX triplet: BE, 3F and 08. RGB value is (190,63,8). Sum of RGB (Red+Green+Blue) = 190+63+8=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F08 is #41C0F7. Grayscale: #5F5F5F. Windows color (decimal): -4309240 or 540606. OLE color: 540606.

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

Color convert

RGB 190 63 8 -
CMYK 0 0.67 0.96 0.25
HSL 18.13º 0.92% 0.39% -
HSV(B) 18.13º 0.96% 0.75% -
XYZ 23.06 14.52 1.82 -
YUV 94.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 190 63 8 0 0.67 0.96 0.25 18.13 0.92 0.39
Hex BE 3F 8 0 43 60 19 12 5C 27
Octal 276 77 10 0 103 140 31 22 134 47
Binary 10111110 111111 1000 0 1000011 1100000 11001 10010 1011100 100111

Color Harmonies of #BE3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F08

Black with #BE3F08

Text Example


Text Example

White with #BE3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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