Html Css Color HEX #BE3708 Rust

📋 copy color: '#BE3708'

red 190 ◦ green 55 ◦ blue 8

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

Shades of Rust #BE3708

Tints of Rust #BE3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 75.1%
G = 21.74%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3708 (or 0xBE3708) is known color: Rust. HEX triplet: BE, 37 and 08. RGB value is (190,55,8). Sum of RGB (Red+Green+Blue) = 190+55+8=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3708 is #41C8F7. Grayscale: #5A5A5A. Windows color (decimal): -4311288 or 538558. OLE color: 538558.

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

Color convert

RGB 190 55 8 -
CMYK 0 0.71 0.96 0.25
HSL 15.49º 0.92% 0.39% -
HSV(B) 15.49º 0.96% 0.75% -
XYZ 22.65 13.7 1.68 -
YUV 90.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 190 55 8 0 0.71 0.96 0.25 15.49 0.92 0.39
Hex BE 37 8 0 47 60 19 F 5C 27
Octal 276 67 10 0 107 140 31 17 134 47
Binary 10111110 110111 1000 0 1000111 1100000 11001 1111 1011100 100111

Color Harmonies of #BE3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3708

Black with #BE3708

Text Example


Text Example

White with #BE3708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3708; }

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

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

background-color css

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

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

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

border-color css

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

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

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