Html Css Color HEX #BE3A0B Rust

📋 copy color: '#BE3A0B'

red 190 ◦ green 58 ◦ blue 11

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

Shades of Rust #BE3A0B

Tints of Rust #BE3A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 73.36%
G = 22.39%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE3A0B (or 0xBE3A0B) is known color: Rust. HEX triplet: BE, 3A and 0B. RGB value is (190,58,11). Sum of RGB (Red+Green+Blue) = 190+58+11=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A0B is #41C5F4. Grayscale: #5C5C5C. Windows color (decimal): -4310517 or 735934. OLE color: 735934.

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

Color convert

RGB 190 58 11 -
CMYK 0 0.69 0.94 0.25
HSL 15.75º 0.89% 0.39% -
HSV(B) 15.75º 0.94% 0.75% -
XYZ 22.81 14 1.82 -
YUV 92.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 190 58 11 0 0.69 0.94 0.25 15.75 0.89 0.39
Hex BE 3A B 0 45 5E 19 10 59 27
Octal 276 72 13 0 105 136 31 20 131 47
Binary 10111110 111010 1011 0 1000101 1011110 11001 10000 1011001 100111

Color Harmonies of #BE3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A0B

Black with #BE3A0B

Text Example


Text Example

White with #BE3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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