Html Css Color HEX #BE3C04 Rust

📋 copy color: '#BE3C04'

red 190 ◦ green 60 ◦ blue 4

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

Shades of Rust #BE3C04

Tints of Rust #BE3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 74.8%
G = 23.62%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3C04 (or 0xBE3C04) is known color: Rust. HEX triplet: BE, 3C and 04. RGB value is (190,60,4). Sum of RGB (Red+Green+Blue) = 190+60+4=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C04 is #41C3FB. Grayscale: #5C5C5C. Windows color (decimal): -4310012 or 277694. OLE color: 277694.

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

Color convert

RGB 190 60 4 -
CMYK 0 0.68 0.98 0.25
HSL 18.06º 0.96% 0.38% -
HSV(B) 18.06º 0.98% 0.75% -
XYZ 22.87 14.19 1.65 -
YUV 92.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 190 60 4 0 0.68 0.98 0.25 18.06 0.96 0.38
Hex BE 3C 4 0 44 62 19 12 60 26
Octal 276 74 4 0 104 142 31 22 140 46
Binary 10111110 111100 100 0 1000100 1100010 11001 10010 1100000 100110

Color Harmonies of #BE3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C04

Black with #BE3C04

Text Example


Text Example

White with #BE3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C04; }

 p { color: rgb(190,60,4); }

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

background-color css

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

 a { background-color: rgb(190,60,4); }

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

border-color css

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

 span { border-color: rgb(190,60,4); }

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