Html Css Color HEX #BE3304 Rust

📋 copy color: '#BE3304'

red 190 ◦ green 51 ◦ blue 4

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

Shades of Rust #BE3304

Tints of Rust #BE3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 77.55%
G = 20.82%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3304 (or 0xBE3304) is known color: Rust. HEX triplet: BE, 33 and 04. RGB value is (190,51,4). Sum of RGB (Red+Green+Blue) = 190+51+4=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3304 is #41CCFB. Grayscale: #575757. Windows color (decimal): -4312316 or 275390. OLE color: 275390.

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

Color convert

RGB 190 51 4 -
CMYK 0 0.73 0.98 0.25
HSL 15.16º 0.96% 0.38% -
HSV(B) 15.16º 0.98% 0.75% -
XYZ 22.44 13.32 1.5 -
YUV 87.2 81.05 201.32 -
System Red Green Blue C M Y K H S L
Decimal 190 51 4 0 0.73 0.98 0.25 15.16 0.96 0.38
Hex BE 33 4 0 49 62 19 F 60 26
Octal 276 63 4 0 111 142 31 17 140 46
Binary 10111110 110011 100 0 1001001 1100010 11001 1111 1100000 100110

Color Harmonies of #BE3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3304

Black with #BE3304

Text Example


Text Example

White with #BE3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3304; }

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

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

background-color css

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

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

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

border-color css

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

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

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