Html Css Color HEX #BE3608 Rust

📋 copy color: '#BE3608'

red 190 ◦ green 54 ◦ blue 8

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

Shades of Rust #BE3608

Tints of Rust #BE3608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 75.4%
G = 21.43%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3608 (or 0xBE3608) is known color: Rust. HEX triplet: BE, 36 and 08. RGB value is (190,54,8). Sum of RGB (Red+Green+Blue) = 190+54+8=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3608 is #41C9F7. Grayscale: #595959. Windows color (decimal): -4311544 or 538302. OLE color: 538302.

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

Color convert

RGB 190 54 8 -
CMYK 0 0.72 0.96 0.25
HSL 15.16º 0.92% 0.39% -
HSV(B) 15.16º 0.96% 0.75% -
XYZ 22.6 13.6 1.66 -
YUV 89.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 190 54 8 0 0.72 0.96 0.25 15.16 0.92 0.39
Hex BE 36 8 0 48 60 19 F 5C 27
Octal 276 66 10 0 110 140 31 17 134 47
Binary 10111110 110110 1000 0 1001000 1100000 11001 1111 1011100 100111

Color Harmonies of #BE3608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3608

Black with #BE3608

Text Example


Text Example

White with #BE3608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3608; }

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

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

background-color css

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

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

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

border-color css

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

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

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