Html Css Color HEX #BE3A0D Rust

📋 copy color: '#BE3A0D'

red 190 ◦ green 58 ◦ blue 13

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

Shades of Rust #BE3A0D

Tints of Rust #BE3A0D

RGB

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

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

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

R = 72.8%
G = 22.22%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE3A0D (or 0xBE3A0D) is known color: Rust. HEX triplet: BE, 3A and 0D. RGB value is (190,58,13). Sum of RGB (Red+Green+Blue) = 190+58+13=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A0D is #41C5F2. Grayscale: #5C5C5C. Windows color (decimal): -4310515 or 867006. OLE color: 867006.

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

Color convert

RGB 190 58 13 -
CMYK 0 0.69 0.93 0.25
HSL 15.25º 0.87% 0.4% -
HSV(B) 15.25º 0.93% 0.75% -
XYZ 22.82 14 1.88 -
YUV 92.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 190 58 13 0 0.69 0.93 0.25 15.25 0.87 0.4
Hex BE 3A D 0 45 5D 19 F 57 28
Octal 276 72 15 0 105 135 31 17 127 50
Binary 10111110 111010 1101 0 1000101 1011101 11001 1111 1010111 101000

Color Harmonies of #BE3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A0D

Black with #BE3A0D

Text Example


Text Example

White with #BE3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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