Html Css Color HEX #BE370C Rust

📋 copy color: '#BE370C'

red 190 ◦ green 55 ◦ blue 12

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

Shades of Rust #BE370C

Tints of Rust #BE370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 73.93%
G = 21.4%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE370C (or 0xBE370C) is known color: Rust. HEX triplet: BE, 37 and 0C. RGB value is (190,55,12). Sum of RGB (Red+Green+Blue) = 190+55+12=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE370C is #41C8F3. Grayscale: #5A5A5A. Windows color (decimal): -4311284 or 800702. OLE color: 800702.

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

Color convert

RGB 190 55 12 -
CMYK 0 0.71 0.94 0.25
HSL 14.49º 0.88% 0.4% -
HSV(B) 14.49º 0.94% 0.75% -
XYZ 22.67 13.71 1.8 -
YUV 90.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 190 55 12 0 0.71 0.94 0.25 14.49 0.88 0.4
Hex BE 37 C 0 47 5E 19 E 58 28
Octal 276 67 14 0 107 136 31 16 130 50
Binary 10111110 110111 1100 0 1000111 1011110 11001 1110 1011000 101000

Color Harmonies of #BE370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE370C

Black with #BE370C

Text Example


Text Example

White with #BE370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE370C; }

 p { color: rgb(190,55,12); }

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

background-color css

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

 a { background-color: rgb(190,55,12); }

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

border-color css

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

 span { border-color: rgb(190,55,12); }

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