Html Css Color HEX #BE3A08 Rust

📋 copy color: '#BE3A08'

red 190 ◦ green 58 ◦ blue 8

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

Shades of Rust #BE3A08

Tints of Rust #BE3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 74.22%
G = 22.66%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE3A08 (or 0xBE3A08) is known color: Rust. HEX triplet: BE, 3A and 08. RGB value is (190,58,8). Sum of RGB (Red+Green+Blue) = 190+58+8=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A08 is #41C5F7. Grayscale: #5C5C5C. Windows color (decimal): -4310520 or 539326. OLE color: 539326.

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

Color convert

RGB 190 58 8 -
CMYK 0 0.69 0.96 0.25
HSL 16.48º 0.92% 0.39% -
HSV(B) 16.48º 0.96% 0.75% -
XYZ 22.79 13.99 1.73 -
YUV 91.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 190 58 8 0 0.69 0.96 0.25 16.48 0.92 0.39
Hex BE 3A 8 0 45 60 19 10 5C 27
Octal 276 72 10 0 105 140 31 20 134 47
Binary 10111110 111010 1000 0 1000101 1100000 11001 10000 1011100 100111

Color Harmonies of #BE3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A08

Black with #BE3A08

Text Example


Text Example

White with #BE3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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