Html Css Color HEX #BE3D0D Rust

📋 copy color: '#BE3D0D'

red 190 ◦ green 61 ◦ blue 13

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

Shades of Rust #BE3D0D

Tints of Rust #BE3D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 71.97%
G = 23.11%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE3D0D (or 0xBE3D0D) is known color: Rust. HEX triplet: BE, 3D and 0D. RGB value is (190,61,13). Sum of RGB (Red+Green+Blue) = 190+61+13=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D0D is #41C2F2. Grayscale: #5E5E5E. Windows color (decimal): -4309747 or 867774. OLE color: 867774.

HSL color Cylindrical-coordinate representation of color #BE3D0D: hue angle of 16.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE3D0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 61 13 -
CMYK 0 0.68 0.93 0.25
HSL 16.27º 0.87% 0.4% -
HSV(B) 16.27º 0.93% 0.75% -
XYZ 22.98 14.31 1.93 -
YUV 94.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 190 61 13 0 0.68 0.93 0.25 16.27 0.87 0.4
Hex BE 3D D 0 44 5D 19 10 57 28
Octal 276 75 15 0 104 135 31 20 127 50
Binary 10111110 111101 1101 0 1000100 1011101 11001 10000 1010111 101000

Color Harmonies of #BE3D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D0D

Black with #BE3D0D

Text Example


Text Example

White with #BE3D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D0D; }

 p { color: rgb(190,61,13); }

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

background-color css

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

 a { background-color: rgb(190,61,13); }

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

border-color css

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

 span { border-color: rgb(190,61,13); }

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