Html Css Color HEX #BE3203 Rust

📋 copy color: '#BE3203'

red 190 ◦ green 50 ◦ blue 3

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

Shades of Rust #BE3203

Tints of Rust #BE3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 78.19%
G = 20.58%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE3203 (or 0xBE3203) is known color: Rust. HEX triplet: BE, 32 and 03. RGB value is (190,50,3). Sum of RGB (Red+Green+Blue) = 190+50+3=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3203 is #41CDFC. Grayscale: #565656. Windows color (decimal): -4312573 or 209598. OLE color: 209598.

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

Color convert

RGB 190 50 3 -
CMYK 0 0.74 0.98 0.25
HSL 15.08º 0.97% 0.38% -
HSV(B) 15.08º 0.98% 0.75% -
XYZ 22.39 13.23 1.46 -
YUV 86.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 190 50 3 0 0.74 0.98 0.25 15.08 0.97 0.38
Hex BE 32 3 0 4A 62 19 F 61 26
Octal 276 62 3 0 112 142 31 17 141 46
Binary 10111110 110010 11 0 1001010 1100010 11001 1111 1100001 100110

Color Harmonies of #BE3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3203

Black with #BE3203

Text Example


Text Example

White with #BE3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3203; }

 p { color: rgb(190,50,3); }

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

background-color css

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

 a { background-color: rgb(190,50,3); }

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

border-color css

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

 span { border-color: rgb(190,50,3); }

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